From 3f9c9ffe6bc71fdb70a652f9cdb7fe62c799e6e5 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 22 May 2016 12:06:45 +0200 Subject: add RSS link, inline SVGs, add proper attribution --- config.toml | 5 ++++- layouts/partials/footer.html | 8 ++++++-- layouts/partials/header.html | 3 ++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index af4290c..263e5e8 100644 --- a/config.toml +++ b/config.toml @@ -8,4 +8,7 @@ pygmentscodefences = true logo = "/logo.svg" email = "blog@schneefux.xyz" github = "schneefux" -# Theme based on rakuishi/hugo-zen, MIT +[original] + author = "rakuishi" + repo = "https://github.com/rakuishi/hugo-zen" + license = "MIT" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 87a4c15..995cd2e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,8 +1,12 @@ diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e466c75..6da9489 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -14,7 +14,8 @@
{{ if eq $isHomePage true }}

{{ .Site.Title }}

{{ end }}
-- cgit v1.3.1