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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue