From f787baf3be7257bd93cfd44a813b7f2d803cafb5 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 6 Jan 2020 19:02:51 +0100 Subject: Show title if no logo set in desktop mode --- _includes/git-wiki/sections/header/header.html | 2 ++ 1 file changed, 2 insertions(+) (limited to '_includes') 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 @@
{% if site.logo_url %} {% include git-wiki/components/logo/logo.html %} + {% else %} + {{ site.title | escape }} {% endif %}
-- cgit