From f8555ce79642f82ef3a2f7dda1fc4ee017a034e0 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 4 Jul 2020 12:30:13 +0200 Subject: Alter the templates to render slightly better HTML --- _includes/head.html | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) (limited to '_includes/head.html') diff --git a/_includes/head.html b/_includes/head.html index 2be5a01..78ef1f7 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,19 +1,15 @@ - - - - - - - - - {% if page.title %}{{ page.title }} - {% endif %}{{ site.title }} - {% if page.excerpt.size != 0 and page.excerpt.size > 0 %} - - {% else %} - - {% endif %} - - - + + + + {% if page.description %} + +{% endif %} + + + + + + + {% if page.title %}{{ page.title }} - {% endif %}{{ site.title }} -- cgit v1.1