Skip to content

Commit cae698e

Browse files
committed
Fix #2034 - Add fediverse creator meta tag
1 parent a7b619b commit cae698e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: djangoproject/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="Copyright" content="Django Software Foundation" />
1010
<meta name="keywords" content="Python, Django, framework, open-source" />
1111
<meta name="description" content="{% block description %}{% endblock %}" />
12-
12+
<meta name="fediverse:creator" content="@[email protected]" />
1313
{% block link_rel_tags %}{% endblock link_rel_tags %}
1414
<!-- Favicons -->
1515
<link rel="apple-touch-icon" href="{% static "img/icon-touch.png" %}">

0 commit comments

Comments
 (0)