From 04cf605ae84cf45f7867bb8653e580449d0ef5ea Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 15 Oct 2024 14:12:11 +0200 Subject: [PATCH] added a activitypub url if the plugin is configured --- templates/article.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/article.html b/templates/article.html index e7ccd8e..fcbb8f2 100644 --- a/templates/article.html +++ b/templates/article.html @@ -5,6 +5,10 @@ +{% if PLUGINS and 'pelican.plugins.activitypub' in PLUGINS %} + +{% endif %} + {% if article.translations -%} {% for a in article.translations %}