diff options
| author | Georg Brandl <georg@python.org> | 2009-11-08 19:03:57 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-11-08 19:03:57 +0100 |
| commit | ad654e4338052f0c4a7eec8a0b131ab2763d76df (patch) | |
| tree | 9e4c56423066c6c5c18766ed889162477e7d8e63 /sphinx/themes/basic/layout.html | |
| parent | c634ba5d561714f319caaf7c36c1523a87d2bd2b (diff) | |
| download | sphinx-ad654e4338052f0c4a7eec8a0b131ab2763d76df.tar.gz | |
Added ``htmltitle`` block in layout template.
Diffstat (limited to 'sphinx/themes/basic/layout.html')
| -rw-r--r-- | sphinx/themes/basic/layout.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/themes/basic/layout.html b/sphinx/themes/basic/layout.html index 2f643c5d..c030a636 100644 --- a/sphinx/themes/basic/layout.html +++ b/sphinx/themes/basic/layout.html @@ -98,7 +98,9 @@ {%- else %} {%- set titlesuffix = "" %} {%- endif %} + {%- block htmltitle %} <title>{{ title|striptags }}{{ titlesuffix }}</title> + {%- endblock %} <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" /> <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" /> {%- for cssfile in css_files %} |
