diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-09-01 21:22:34 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-09-01 21:24:08 -0400 |
commit | e4bb2ee01f5c855384f2a91d29d364498838901b (patch) | |
tree | 634bd92d22bde30506f1ba078309305bace5686a /docs/source/_templates | |
parent | c5d014588245fe0f09e755f0bf0f02f0e7f59ec0 (diff) | |
download | librambutan-e4bb2ee01f5c855384f2a91d29d364498838901b.tar.gz librambutan-e4bb2ee01f5c855384f2a91d29d364498838901b.zip |
docs: set release to prerelease; change title render
Diffstat (limited to 'docs/source/_templates')
-rw-r--r-- | docs/source/_templates/layout.html | 2 |
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 %} |