aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/_templates/layout.html')
-rw-r--r--docs/source/_templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html
index 994ad53..16dc7e2 100644
--- a/docs/source/_templates/layout.html
+++ b/docs/source/_templates/layout.html
@@ -13,6 +13,6 @@
{% block header %}
<header id="pageheader"><h1>
<a href="http://docs.rambutan.cc">Rambutan Documentation:</a>
- <a href="{{ pathto(master_doc) }} ">{{ shorttitle }} {{ release}}</a>
+ <a href="{{ pathto(master_doc) }} ">{{ shorttitle }} ({{ release}})</a>
</h1></header>
{% endblock %}