aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJosé Padilla2014-10-28 17:40:29 -0400
committerDougal Matthews2014-11-25 12:43:02 +0000
commitd6b203f013890cc25f5454696805bc85c1ca2482 (patch)
treee8d7713cdeedc5abf451af8fe688208c2132dbca /docs
parent2ddef2d3263b2187fd502e42eaaecc3a4f0ad2b2 (diff)
downloaddjango-rest-framework-d6b203f013890cc25f5454696805bc85c1ca2482.tar.bz2
Use page_title instead of title in docs theme
Diffstat (limited to 'docs')
-rw-r--r--docs/theme/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/theme/base.html b/docs/theme/base.html
index 45e19cf3..943a60e4 100644
--- a/docs/theme/base.html
+++ b/docs/theme/base.html
@@ -2,7 +2,7 @@
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
- <title>{{ title }}</title>
+ <title>{{ page_title }}</title>
<link href="{{ base_url }}/img/favicon.ico" rel="icon" type="image/x-icon">
<link rel="canonical" href="{{ canonical_url }}"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">