summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>