Fixed encoding issues with newsletter generation
This commit is contained in:
parent
408501f672
commit
409d723c90
3 changed files with 26 additions and 2 deletions
|
|
@ -8,7 +8,13 @@ permalink: /newsletter_content/
|
|||
<!-- Get latest event -->
|
||||
|
||||
{% for post in site.posts %} {% if forloop.first == true %} {% for talk in post.talks %}
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table class="mcnImageBlock" width="100%" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
|
||||
<tbody class="mcnImageBlockOuter">
|
||||
<tr>
|
||||
|
|
@ -82,3 +88,6 @@ permalink: /newsletter_content/
|
|||
</table>
|
||||
|
||||
{% endfor %} {% endif %} {% endfor %}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
</description>
|
||||
<link>http://scopesessions.org/</link>
|
||||
<atom:link href="http://scopesessions.org /feed.xml " rel="self" type="application/rss+xml" />
|
||||
<pubDate>Fri, 05 Jun 2015 08:59:56 +0200</pubDate>
|
||||
<lastBuildDate>Fri, 05 Jun 2015 08:59:56 +0200</lastBuildDate>
|
||||
<pubDate>Fri, 05 Jun 2015 09:04:18 +0200</pubDate>
|
||||
<lastBuildDate>Fri, 05 Jun 2015 09:04:18 +0200</lastBuildDate>
|
||||
<generator>Jekyll v2.5.2</generator>
|
||||
|
||||
<item>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,13 @@
|
|||
<!-- Get latest event -->
|
||||
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table class="mcnImageBlock" width="100%" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
|
||||
<tbody class="mcnImageBlockOuter">
|
||||
<tr>
|
||||
|
|
@ -75,7 +81,13 @@
|
|||
</table>
|
||||
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table class="mcnImageBlock" width="100%" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
|
||||
<tbody class="mcnImageBlockOuter">
|
||||
<tr>
|
||||
|
|
@ -149,3 +161,6 @@
|
|||
</table>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue