From 374d8b65dc694fa5e2b179a2332e62077d4c17e7 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 9 Jul 2021 03:56:01 +0200 Subject: [PATCH] fixed blog posts not having a description --- main/_layouts/default.html | 4 ++-- main/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/_layouts/default.html b/main/_layouts/default.html index eecf571..4eff7e9 100644 --- a/main/_layouts/default.html +++ b/main/_layouts/default.html @@ -7,7 +7,7 @@ {{ page.title }} - + @@ -17,7 +17,7 @@ - + diff --git a/main/index.html b/main/index.html index a4c9872..ed17db8 100644 --- a/main/index.html +++ b/main/index.html @@ -1,7 +1,7 @@ --- layout: default title: Ellpeck.de -description: Ellpeck's little internet place +summary: Ellpeck's little internet place nav: nav/indexnav.html ---