You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: warehouse/templates/base.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@
110
110
{% set devPyPI = true %}
111
111
{% endif %}
112
112
{# djlint:off #}
113
-
<title>{% block title_base %}{% block title %}{% endblock title %}{% if self.title() %}·{% endif %}{{ request.registry.settings['site.name'] }}{% endblock title_base %}</title>
113
+
<title>{% block title_base %}{% block title %}{% endblock title %}{% if self.title() %} · {% endif %}{{ request.registry.settings['site.name'] }}{% endblock title_base %}</title>
114
114
{# djlint:on #}
115
115
<metaname="description"
116
116
content="{% block description %}{% trans %}The Python Package Index (PyPI) is a repository of software for the Python programming language.{% endtrans %}{% endblock %}">
0 commit comments