modify some things with blog post handling
This commit is contained in:
@ -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 More</i>
|
||||
|
Reference in New Issue
Block a user