From 33ed453818e3e25f3f963ab010008d034b639222 Mon Sep 17 00:00:00 2001 From: Philipp Flenker Date: Fri, 2 Aug 2019 14:24:24 +0200 Subject: [PATCH] Feat: Make template w3c compliant --- _includes/meta.html | 4 ---- _layouts/default.html | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/_includes/meta.html b/_includes/meta.html index fcc0d14..43d5b03 100644 --- a/_includes/meta.html +++ b/_includes/meta.html @@ -1,16 +1,12 @@ - {% if page.excerpt %} - {% elsif page.description %} - {% else %} - {% endif %} diff --git a/_layouts/default.html b/_layouts/default.html index 4a99b89..3c84549 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,7 +2,7 @@ {% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }} - {% seo %} + {% seo title=false %} {% include meta.html %} @@ -24,7 +24,7 @@