From 9da2f400e8c63699fa5c854fc526fbb9f47658c8 Mon Sep 17 00:00:00 2001 From: Nico Jensen Date: Mon, 21 Jun 2021 16:28:11 +0200 Subject: [PATCH] change h2 into div --- _layouts/post.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 27be49c..a20e7aa 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,14 +2,16 @@ layout: default ---
-
-

- {% if page.external-url %} - {{ page.title }} - {% else %} - {{ page.title }} - {% endif %} -

+
+
+

+ {% if page.external-url %} + {{ page.title }} + {% else %} + {{ page.title }} + {% endif %} +

+

vom