From 1231885bf3f06bdaea080edb6c375786a82e4d73 Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Fri, 9 Feb 2024 16:40:38 +0000 Subject: [PATCH] [2024-02-09] Removing page.title and replacing with header + post specific stuff --- _layouts/default.html | 6 ++---- _layouts/post.html | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 2f9593e..0073cc3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,10 +19,8 @@
-
-

- {{ page.title }} -

+
+ {% include header.html %} {{ content }} {% include defaultFooter.html %}
diff --git a/_layouts/post.html b/_layouts/post.html index ee5b359..3e112ac 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,7 +2,7 @@ layout: default --- -~ > {{page.category}} > {{page.title}}
+~ > {{page.category}} > {{page.title}}
{{ page.date | date: "%Y-%m-%d" }}
{{ content | reading_time | pluralize: "minute" }}