From 3485b009b53ec2d32911dc846be1ac37ce31fc0f Mon Sep 17 00:00:00 2001
From: Fabian Schwarze <flirn@chaotikum.org>
Date: Tue, 20 Apr 2021 13:04:41 +0000
Subject: [PATCH] Update post-list-frontpage.html

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

diff --git a/_includes/post-list-frontpage.html b/_includes/post-list-frontpage.html
index b5196dc5..c842bb58 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 }}
 
-- 
GitLab