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: readthedocsext/theme/templates/base.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
{# Hide weird spaces in title #}
9
9
{# djlint:off #}
10
-
<title>{% block title %}{% endblock title %}{% block head_title %}{% endblock head_title %} - Read the Docs</title>
10
+
<title>{% block title %}{% endblock title %}{% block head_title %}{% endblock head_title %} - Read the Docs{% if "readthedocs.org" in PRODUCTION_DOMAIN %} Community {% elif "readthedocs.com" in PRODUCTION_DOMAIN %} Business {% elif "devthedocs" in PRODUCTION_DOMAIN %} Dev {% endif%}</title>
0 commit comments