From 4df99f1df784fb6f6f6b221aaf9abccfad6f2d8a Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 21 Jul 2016 15:30:04 +0200 Subject: update barba; optimize --- layouts/partials/footer.html | 28 ++++++++++++++++++++-------- layouts/partials/header.html | 3 +-- 2 files changed, 21 insertions(+), 10 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index cb2a4c4..23f77d0 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -6,26 +6,38 @@ {{ if not .IsHome }} RSS -   + — {{ end }} {{ if .IsNode }} RSS{{ if not .IsHome}} ({{ .Title }}){{ end }} -   + — {{ end }} {{ with .Site.Params.email }} Mail{{ end }} -   + — PGP key -   + — {{ with .Site.Params.github }} GitHub{{ end }} -   + — Git repositories - + + diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 6d7f72b..d44f3cd 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -5,7 +5,6 @@ {{ .Hugo.Generator }} - {{ .Title }}{{ if not .IsHome }} - {{ .Site.Title }}{{ end }} @@ -13,7 +12,7 @@

{{ .Site.Title }}

-- cgit v1.3.1