From 407b9a9ad7e9ff0e9449e56b6f3692235235d40e Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:03:56 +0800 Subject: [PATCH] Set up IndieAuth --- src/_includes/global/baselayout.njk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/_includes/global/baselayout.njk b/src/_includes/global/baselayout.njk index 88bd30dc..e146a44d 100644 --- a/src/_includes/global/baselayout.njk +++ b/src/_includes/global/baselayout.njk @@ -37,6 +37,9 @@ {# JavaScript #} + {# IndieAuth #} + + {% block pageTitle %}{{ title + " | " if title }}{{ sitemeta.siteName | safe }}{% endblock %}