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 --- config.toml | 2 ++ layouts/partials/header.html | 1 + static/favicon.png | Bin 0 -> 4113 bytes 3 files changed, 3 insertions(+) create mode 100644 static/favicon.png diff --git a/config.toml b/config.toml index d8cfe95..af4290c 100644 --- a/config.toml +++ b/config.toml @@ -6,4 +6,6 @@ pygmentsuseclasses = true pygmentscodefences = true [params] logo = "/logo.svg" + email = "blog@schneefux.xyz" + github = "schneefux" # Theme based on rakuishi/hugo-zen, MIT 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 }} diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..7e81eed Binary files /dev/null and b/static/favicon.png differ -- cgit v1.3.1