diff --git a/_includes/post-list-frontpage.html b/_includes/post-list-frontpage.html index b5196dc55824ab916ab956d06d238063f7c81dc4..c842bb58c085ba28dd151bae60862019efea492c 100644 --- a/_includes/post-list-frontpage.html +++ b/_includes/post-list-frontpage.html @@ -5,7 +5,7 @@ <li class="item item--post"> <article class="article article--post"> - <h2><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></h2> + <h2><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title | markdownify }}</a></h2> {% include post-meta.html %} {{ page.excerpt | strip_html | markdownify | truncatewords: 60 }}