From 5b459c8a8086feebd6d7605f5f2fc38f2fbe7453 Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Tue, 14 May 2024 00:02:44 +0100 Subject: [PATCH] chore: add site title to title tag --- output/_config.yml | 2 ++ output/_layouts/default.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/output/_config.yml b/output/_config.yml index 90cbf6778..9c649831b 100644 --- a/output/_config.yml +++ b/output/_config.yml @@ -1,3 +1,5 @@ +title: Twitter community notes + defaults: - scope: diff --git a/output/_layouts/default.html b/output/_layouts/default.html index 718674eb7..16bc94f8c 100644 --- a/output/_layouts/default.html +++ b/output/_layouts/default.html @@ -3,7 +3,7 @@ - {{ page.title }} + {{ page.title }}{% if page.url != '/' %} | {{ site.title }}{% endif %}