From a22cc4136f948340f103b059d726ba7821bd99ce Mon Sep 17 00:00:00 2001 From: Chrono Date: Thu, 27 Oct 2022 22:25:17 -0400 Subject: [PATCH] add page title to header --- _includes/layouts/base.njk | 6 +++--- blog/index.html | 2 +- index.html | 6 +++--- projects/index.html | 2 +- work/index.html | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 405b959..124a591 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -21,9 +21,9 @@ - + - + @@ -33,7 +33,7 @@

- / home / chrono-byte / + / home / chrono / {{ title }}

diff --git a/blog/index.html b/blog/index.html index 52799df..19f9704 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,6 +1,6 @@ --- layout: layouts/base.njk -title: Blog +title: blog pagination: data: collections.post size: 100 diff --git a/index.html b/index.html index 41b4a78..a2b9bbd 100644 --- a/index.html +++ b/index.html @@ -21,9 +21,9 @@ - + - + @@ -33,7 +33,7 @@

- / home / chrono-byte / + / home / chrono /

diff --git a/projects/index.html b/projects/index.html index 6b347cc..6922b2a 100644 --- a/projects/index.html +++ b/projects/index.html @@ -1,6 +1,6 @@ --- layout: layouts/base.njk -title: Projects +title: projects ---

diff --git a/work/index.html b/work/index.html index 0d87e4c..3ecf0db 100644 --- a/work/index.html +++ b/work/index.html @@ -1,6 +1,6 @@ --- layout: layouts/base.njk -title: Work +title: work ---
-- 2.45.2