diff --git a/_layouts/post.html b/_layouts/post.html index e2089690e531e2fe47df5edb38abedc8d3007ca7..fa31aee606eb5bc44cf0f71dc24fe95e8266e612 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,7 +10,7 @@ layout: default <article class="article article--post blogpost content typeset"> - <h1>{{ page.title }}</h1> + <h1>{{ page.title | markdownify}}</h1> {% include post-meta.html %} {{ content }}