aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-12-23 12:35:44 +0000
committerTom Christie2013-12-23 12:35:44 +0000
commit333814e29c1366eca42b4e149b5087b3ce2e4164 (patch)
tree9d40d4228c62f664a209a1ec9621a2a4cc9789ec
parentfeddd16c54c99977bd5503fd09232828c280fc10 (diff)
parente5caf48a12e777df3e5801fa19d98f59b6453aa2 (diff)
downloaddjango-rest-framework-333814e29c1366eca42b4e149b5087b3ce2e4164.tar.bz2
Merge branch 'patch-1' of git://github.com/bennbollay/django-rest-framework into bennbollay-patch-2
-rwxr-xr-xmkdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs.py b/mkdocs.py
index d1790168..09c9dcc6 100755
--- a/mkdocs.py
+++ b/mkdocs.py
@@ -144,7 +144,7 @@ for (dirpath, dirnames, filenames) in os.walk(docs_dir):
if filename == 'index.md':
main_title = 'Django REST framework - APIs made easy'
else:
- main_title = 'Django REST framework - ' + main_title
+ main_title = main_title + ' - Django REST framework'
if relative_path == 'index.md':
canonical_url = base_url