Skip to content

Commit

Permalink
Merge pull request #76 from madmanmax/master
Browse files Browse the repository at this point in the history
[fix] [issue #56] encoding issue for blog entries on front-page
  • Loading branch information
Pascal de Vink committed Nov 22, 2014
2 parents 95e2cdf + ad1722e commit ce8ef4c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
</div>
<p class="title">{{ post.title }}</p>
<p class="content">
{{ post.description|striptags|truncate(250) }}
<a href="{{ post.link }}">More</a>
{{ post.description|raw }}
</p>
</div>
{% endfor %}
Expand Down

0 comments on commit ce8ef4c

Please sign in to comment.