From 225af827d38df23eb84eb4300673f0703bebee4b Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Mon, 12 Dec 2022 16:40:38 -0800 Subject: [PATCH] cleaned up head tag and title --- _layouts/default.html | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 97f54de..f0df063 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,18 +2,25 @@ - - - {{ page.title }} - + + + + + + + + + + + + + + + {{ page.title }} - - {%- include head.html -%} -
- @@ -21,7 +28,6 @@
{{ content }}
-
{%- include footer.html -%} -- 2.34.1