From 38ad32d2fbef2950c106c060681f981885a37cff Mon Sep 17 00:00:00 2001 From: mystie Date: Fri, 28 Mar 2025 19:44:27 +0300 Subject: [PATCH] add fediverse verification setting --- templates/admin/categories/general.html | 5 +++++ templates/base.html | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/templates/admin/categories/general.html b/templates/admin/categories/general.html index 1b0ecff..9660293 100644 --- a/templates/admin/categories/general.html +++ b/templates/admin/categories/general.html @@ -10,6 +10,11 @@

{{ _('Your username') }}

+
+ + +

{{ _('URL of your Fediverse profile') }}

+
diff --git a/templates/base.html b/templates/base.html index 55fa54e..a225b14 100644 --- a/templates/base.html +++ b/templates/base.html @@ -230,8 +230,14 @@ + + {% if cfg.fediVerificationUrl %} + + + {% endif %} + {% block additionalHeadItems %}{% endblock %} {% block title %}{% endblock %} | {{ cfg.instance.title }}