From c57d0c4c819067d28b8996f5dbe61b1c036bd6ad Mon Sep 17 00:00:00 2001
From: Fabian Schwarze <flirn@chaotikum.org>
Date: Tue, 20 Apr 2021 12:51:54 +0000
Subject: [PATCH] Update post.html

---
 _layouts/post.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/post.html b/_layouts/post.html
index e2089690..fa31aee6 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 }}
-- 
GitLab