From 5cf0406a6c1a5ef8aef1d502b3e1ed49195334c0 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:20:53 +0800 Subject: [PATCH] Set up webmention --- 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 e146a44d..e209037c 100644 --- a/src/_includes/global/baselayout.njk +++ b/src/_includes/global/baselayout.njk @@ -39,6 +39,9 @@ {# IndieAuth #} + {% if enableWebMention %} + + {% endif %} {% block pageTitle %}{{ title + " | " if title }}{{ sitemeta.siteName | safe }}{% endblock %}