Skip to content
Snippets Groups Projects
Commit 92f9a089 authored by Fabian Schwarze's avatar Fabian Schwarze :see_no_evil:
Browse files

Update post-list.html

parent 3485b009
No related branches found
No related tags found
No related merge requests found
Pipeline #3288 passed
......@@ -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 }}
......@@ -22,7 +22,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 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment