diff options
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/layout.html b/docs/templates/layout.html index fd051268..86ac3f33 100644 --- a/docs/templates/layout.html +++ b/docs/templates/layout.html @@ -6,6 +6,6 @@ {%- set titleprefix = "" %} {%- endif %} -{% block htmltitle %}<title>{% if pagename == 'index' %}Django REST Framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}</title>{% endblock %} +{% block htmltitle %}<title>{% if pagename == 'index' %}Django REST framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}</title>{% endblock %} |
