Skip to content
Snippets Groups Projects
Commit 97b087ad authored by flirn's avatar flirn
Browse files
parents 0f50dd9a 92f9a089
No related branches found
No related tags found
No related merge requests found
Pipeline #3380 passed
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<li class="item item--post"> <li class="item item--post">
<article class="article article--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 %} {% include post-meta.html %}
{{ page.excerpt | strip_html | markdownify | truncatewords: 60 }} {{ page.excerpt | strip_html | markdownify | truncatewords: 60 }}
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<li class="item item--post"> <li class="item item--post">
<article class="article article--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 %} {% include post-meta.html %}
{{ page.excerpt | strip_html | markdownify | truncatewords: 60 }} {{ page.excerpt | strip_html | markdownify | truncatewords: 60 }}
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<li class="item item--post"> <li class="item item--post">
<article class="article article--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 %} {% include post-meta.html %}
{{ page.excerpt | strip_html | markdownify | truncatewords: 60 }} {{ page.excerpt | strip_html | markdownify | truncatewords: 60 }}
......
...@@ -10,7 +10,7 @@ layout: default ...@@ -10,7 +10,7 @@ layout: default
<article class="article article--post blogpost content typeset"> <article class="article article--post blogpost content typeset">
<h1>{{ page.title }}</h1> <h1>{{ page.title | markdownify}}</h1>
{% include post-meta.html %} {% include post-meta.html %}
{{ content }} {{ content }}
......
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