From 8f0c868d7b394b7a8028ccbe967f508a45a38c76 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 11 Jun 2016 15:13:07 +0200 Subject: use cc0 logo --- config.toml | 1 - layouts/partials/header.html | 6 +++--- static/favicon.png | Bin 4113 -> 6825 bytes static/logo.svg | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 43c37fa..0549563 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,6 @@ pluralizelisttitles = false pygmentsuseclasses = true pygmentscodefences = true [params] - # Logo based on "Creative Tail - Fox", CC-BY 4.0 logo = "/logo.svg" email = "blog@schneefux.xyz" github = "schneefux" diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 1cd31d2..a8de2b1 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -7,21 +7,21 @@ -{{ $isHomePage := eq .Title .Site.Title }}{{ .Title }}{{ if eq $isHomePage false }} - {{ .Site.Title }}{{ end }} +{{ .Title }}{{ if not .IsHome }} - {{ .Site.Title }}{{ end }}

{{ .Site.Title }}

{{ range $section, $p := .Site.Sections }} -
+ {{ end }} diff --git a/static/favicon.png b/static/favicon.png index 7e81eed..a3a253b 100644 Binary files a/static/favicon.png and b/static/favicon.png differ diff --git a/static/logo.svg b/static/logo.svg index 599b8d9..182842b 100644 --- a/static/logo.svg +++ b/static/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file -- cgit v1.3.1