From f65ae0001d063f96374999138f92aad3231b6370 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 8 Sep 2022 12:24:52 +0200 Subject: [PATCH] Added Webmentions and Pingbacks --- templates/base.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/base.html b/templates/base.html index 555005c..1c296af 100644 --- a/templates/base.html +++ b/templates/base.html @@ -104,6 +104,13 @@ {% endif %} + {% if WEBMENTION_URL %} + + {% endif %} + {% if PINGBACK_URL %} + + {% endif %} + {% if not PLUGINS or 'seo' not in PLUGINS %} {% if REL_CANONICAL %} {% if page %}