Fixed encoding issues with newsletter generation

This commit is contained in:
Open-Steps.org 2015-06-05 09:05:39 +02:00
parent 408501f672
commit 409d723c90
3 changed files with 26 additions and 2 deletions

View file

@ -8,7 +8,13 @@ permalink: /newsletter_content/
<!-- Get latest event --> <!-- Get latest event -->
{% for post in site.posts %} {% if forloop.first == true %} {% for talk in post.talks %} {% 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%;"> <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"> <tbody class="mcnImageBlockOuter">
<tr> <tr>
@ -82,3 +88,6 @@ permalink: /newsletter_content/
</table> </table>
{% endfor %} {% endif %} {% endfor %} {% endfor %} {% endif %} {% endfor %}
</body>
</html>

View file

@ -6,8 +6,8 @@
</description> </description>
<link>http://scopesessions.org/</link> <link>http://scopesessions.org/</link>
<atom:link href="http://scopesessions.org /feed.xml " rel="self" type="application/rss+xml" /> <atom:link href="http://scopesessions.org /feed.xml " rel="self" type="application/rss+xml" />
<pubDate>Fri, 05 Jun 2015 08:59:56 +0200</pubDate> <pubDate>Fri, 05 Jun 2015 09:04:18 +0200</pubDate>
<lastBuildDate>Fri, 05 Jun 2015 08:59:56 +0200</lastBuildDate> <lastBuildDate>Fri, 05 Jun 2015 09:04:18 +0200</lastBuildDate>
<generator>Jekyll v2.5.2</generator> <generator>Jekyll v2.5.2</generator>
<item> <item>

View file

@ -1,7 +1,13 @@
<!-- Get latest event --> <!-- 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%;"> <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"> <tbody class="mcnImageBlockOuter">
<tr> <tr>
@ -75,7 +81,13 @@
</table> </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%;"> <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"> <tbody class="mcnImageBlockOuter">
<tr> <tr>
@ -149,3 +161,6 @@
</table> </table>
</body>
</html>