diff options
Diffstat (limited to 'tyrian_sphinx_theme/layout.html')
-rw-r--r-- | tyrian_sphinx_theme/layout.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tyrian_sphinx_theme/layout.html b/tyrian_sphinx_theme/layout.html index 2d9da1b..eb9b11b 100644 --- a/tyrian_sphinx_theme/layout.html +++ b/tyrian_sphinx_theme/layout.html @@ -168,6 +168,7 @@ {%- block header %} +{{ test_var }} <header> <div class="site-title"> <div class="container"> @@ -197,7 +198,7 @@ </div> <div class="logo"> <a href="index.html" title="Back to the homepage" class="site-logo"></a> - <span class="site-label">{{ docstitle|replace("Gentoo","")|replace("documentation","") }}</span> + <span class="site-label">{{ shorttitle|replace("Gentoo","")|replace("documentation","") }}</span> </div> </div> </div> |