Skip to content

Commit 684a490

Browse files
authored
Have an explicit title on Community/Business (#599)
1 parent ccaf10d commit 684a490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocsext/theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
{# Hide weird spaces in title #}
99
{# 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>
1111
{# djlint:on #}
1212

1313
{% block head_meta %}

0 commit comments

Comments
 (0)