From 20b1c4635bc8e1d1692c7884cf76556d37102e9a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 29 Aug 2017 22:21:01 +0200 Subject: Link to GPG key --- layouts/index.html | 5 +++++ layouts/partials/head.html | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 layouts/partials/head.html (limited to 'layouts') diff --git a/layouts/index.html b/layouts/index.html index cbaf82b..1d1c3e8 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -29,6 +29,11 @@ {{ end }} + {{ partial "sidebar.html" . }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..2cf88f5 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,19 @@ + + + + + + + {{ if .IsHome }} + {{ .Site.Title }} + {{ else }} + {{ .Title }} · {{ .Site.Title }} + {{ end }} + + + + + + + + -- cgit 1.4.1