From 89fbb2f4a2ab7d8a51d665ea399e1b242528b30f Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 6 Jan 2020 14:01:22 +0100 Subject: Fixed wrong behaviour with title --- _includes/git-wiki/sections/header/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/git-wiki/sections/header') diff --git a/_includes/git-wiki/sections/header/header.html b/_includes/git-wiki/sections/header/header.html index 262bed9..ea83b2c 100644 --- a/_includes/git-wiki/sections/header/header.html +++ b/_includes/git-wiki/sections/header/header.html @@ -3,8 +3,8 @@ {% if site.logo_url %} - {{ site.title | escape }} {% endif %} + {{ site.title | escape }}
@@ -52,4 +52,4 @@ $(sidebar).attr('style', 'display: block;'); } } - \ No newline at end of file + -- cgit