summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2020-01-06 19:02:51 +0100
committerGitHub <noreply@github.com>2020-01-06 19:02:51 +0100
commitf787baf3be7257bd93cfd44a813b7f2d803cafb5 (patch)
treea356b79bc97aab9dc3e24d4d53ff019f08053fa8 /_includes
parent2f28ef820291a0a53147c7354f2d8480f8c2a047 (diff)
downloadwiki-f787baf3be7257bd93cfd44a813b7f2d803cafb5.tar.gz
wiki-f787baf3be7257bd93cfd44a813b7f2d803cafb5.tar.bz2
wiki-f787baf3be7257bd93cfd44a813b7f2d803cafb5.zip
Show title if no logo set in desktop mode
Diffstat (limited to '_includes')
-rw-r--r--_includes/git-wiki/sections/header/header.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_includes/git-wiki/sections/header/header.html b/_includes/git-wiki/sections/header/header.html
index ea83b2c..cd2f322 100644
--- a/_includes/git-wiki/sections/header/header.html
+++ b/_includes/git-wiki/sections/header/header.html
@@ -17,6 +17,8 @@
<div class="w3-hide-medium w3-hide-small">
{% if site.logo_url %}
{% include git-wiki/components/logo/logo.html %}
+ {% else %}
+ {{ site.title | escape }}
{% endif %}
</div>