From 30f7100c89840f3d088143897fdc685769c1e3c1 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Sun, 23 Feb 2020 05:44:00 +0100 Subject: Fix the title in the navbar Use shorttitle instead of doctitle, as shorttitle is also correctly displayed in case of the SingleHtmlBuilder. Signed-off-by: Max Magorsch --- tyrian_sphinx_theme/_version.py | 2 +- tyrian_sphinx_theme/layout.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tyrian_sphinx_theme/_version.py b/tyrian_sphinx_theme/_version.py index ad0234e..ce1f4ca 100644 --- a/tyrian_sphinx_theme/_version.py +++ b/tyrian_sphinx_theme/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (0, 0, 5) +__version_info__ = (0, 0, 6) __version__ = ".".join(map(str, __version_info__)) 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 }}
@@ -197,7 +198,7 @@
-- cgit v1.2.3-65-gdbad