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 }}