From ec85bfd76dc4a0b9e21be4644aeb8147b11a630c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Duje=20Mihanovi=C4=87?= Date: Sun, 6 Aug 2023 16:12:07 +0200 Subject: [PATCH] Add description tag to improve SEO --- layouts/partials/meta.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 7db1290..765d617 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -1,3 +1,4 @@ + {{ print .Page.Title }} | {{ print .Site.Title }} -- 2.39.2