forked from Ponysearch/Ponysearch
added rel="me" to base to verify ownership
This commit is contained in:
parent
c06e7e3a9c
commit
6321b4fe94
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
| <a href="{{ get_setting('general.privacypolicy_url') }}">{{ _('Privacy policy') }}</a>
|
| <a href="{{ get_setting('general.privacypolicy_url') }}">{{ _('Privacy policy') }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if get_setting('general.contact_url') %}
|
{% if get_setting('general.contact_url') %}
|
||||||
| <a href="{{ get_setting('general.contact_url') }}">{{ _('Contact instance maintainer') }}</a>
|
| <a rel="me" href="{{ get_setting('general.contact_url') }}">{{ _('Contact instance maintainer') }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue