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/partials/head.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 layouts/partials/head.html (limited to 'layouts/partials/head.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