File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ List releases and development versions separately
84
84
Version Banners
85
85
===============
86
86
87
- You can also add version banners to your theme, for example:
87
+ You can also add version banners to your theme, for example create a template file page.html in the templates directory :
88
88
89
89
.. code-block :: html
90
90
91
- {% extends "page.html" %}
91
+ {% extends "! page.html" %}
92
92
{% block body %}
93
93
{% if current_version and latest_version and current_version != latest_version %}
94
94
<p >
@@ -100,7 +100,7 @@ You can also add version banners to your theme, for example:
100
100
You're reading the documentation for a development version.
101
101
For the latest released version, please have a look at <a href =" {{ vpathto(latest_version.name) }}" >{{latest_version.name}}</a >.
102
102
{% endif %}
103
- <strong >
103
+ </ strong >
104
104
</p >
105
105
{% endif %}
106
106
{{ super() }}
You can’t perform that action at this time.
0 commit comments