Commit 333814e2 by Tom Christie

Merge branch 'patch-1' of git://github.com/bennbollay/django-rest-framework into bennbollay-patch-2

parents feddd16c e5caf48a
...@@ -144,7 +144,7 @@ for (dirpath, dirnames, filenames) in os.walk(docs_dir): ...@@ -144,7 +144,7 @@ for (dirpath, dirnames, filenames) in os.walk(docs_dir):
if filename == 'index.md': if filename == 'index.md':
main_title = 'Django REST framework - APIs made easy' main_title = 'Django REST framework - APIs made easy'
else: else:
main_title = 'Django REST framework - ' + main_title main_title = main_title + ' - Django REST framework'
if relative_path == 'index.md': if relative_path == 'index.md':
canonical_url = base_url canonical_url = base_url
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment