modify some things with blog post handling

This commit is contained in:
2017-12-26 14:54:31 -08:00
parent 0488391dec
commit c4ef015a35
2 changed files with 5 additions and 4 deletions

View File

@ -17,7 +17,7 @@ permalink: Blog/
{% include post-info.html tags = post.tags date=post.date%}
<div class="post-excerpt">
{{post.content | markdownify| truncate: char-count}}
{{post.content | markdownify | strip_html | truncate: char-count}}
<a class="post-see-more" href="{{ post.url | prepend: site.baseurl }}">
<i>See&nbsp;More</i>