From b149f53abb70a5288d7ef35fb070c77bdb5fda78 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 22 May 2016 09:24:05 +0200 Subject: add favicon, GitHub, E-Mail --- layouts/partials/header.html | 1 + 1 file changed, 1 insertion(+) (limited to 'layouts/partials/header.html') diff --git a/layouts/partials/header.html b/layouts/partials/header.html index f8a935b..e466c75 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -4,6 +4,7 @@ {{ .Hugo.Generator }} + {{ $isHomePage := eq .Title .Site.Title }}{{ .Title }}{{ if eq $isHomePage false }} - {{ .Site.Title }}{{ end }} -- cgit v1.3.1