From d6389dfe1fe101a465054793ddd973ddf6b50092 Mon Sep 17 00:00:00 2001 From: nekketsuuu Date: Sat, 4 Jan 2020 13:54:56 +0900 Subject: don't output logo if logo_url is not set --- _includes/git-wiki/sections/header/header.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/git-wiki/sections/header/header.html b/_includes/git-wiki/sections/header/header.html index 8612103..8c7f5bb 100644 --- a/_includes/git-wiki/sections/header/header.html +++ b/_includes/git-wiki/sections/header/header.html @@ -1,7 +1,9 @@
+ {% if site.logo_url %} + {% endif %} {{ site.title }}
-- cgit