mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Added `htmltitle` block in layout template.
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -34,6 +34,8 @@ Release 1.0 (in development)
|
||||
|
||||
* Added ``latexpdf`` target in quickstart Makefile.
|
||||
|
||||
* Added ``htmltitle`` block in layout template.
|
||||
|
||||
|
||||
Release 0.6.4 (in development)
|
||||
==============================
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user