From 3542485ee379e340cc41daca224b0d9be393f2f5 Mon Sep 17 00:00:00 2001 From: Robert Rhoades Date: Tue, 30 Sep 2025 21:14:52 +0100 Subject: [PATCH] bug: fix title --- src/_includes/default.html | 4 ++++ src/index.html | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/_includes/default.html b/src/_includes/default.html index e27bb1d..0afe280 100644 --- a/src/_includes/default.html +++ b/src/_includes/default.html @@ -44,6 +44,10 @@ + + {%- if title -%}{{ title }} | {{ site.title }} {%- else -%} {{ + site.title }} | {{ site.description}}{%- endif -%} +
diff --git a/src/index.html b/src/index.html index f23cdb9..26768dc 100644 --- a/src/index.html +++ b/src/index.html @@ -1,6 +1,5 @@ --- layout: default -title: bar ---