aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py2
-rw-r--r--docs/templates/layout.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 9a81e1b1..1a87b024 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -111,7 +111,7 @@ html_theme = 'default'
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
-html_title = "Django REST Framework"
+html_title = "Django REST framework"
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
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 %}