From 1f824e6ae5ac39d0cefe0244ea9223c1783494f3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 21 Aug 2016 16:32:35 +0200 Subject: first commit, dummies --- themes/flog/layouts/partials/header.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 themes/flog/layouts/partials/header.html (limited to 'themes/flog/layouts/partials/header.html') diff --git a/themes/flog/layouts/partials/header.html b/themes/flog/layouts/partials/header.html new file mode 100644 index 0000000..5a32775 --- /dev/null +++ b/themes/flog/layouts/partials/header.html @@ -0,0 +1,27 @@ + + + + + {{ .Hugo.Generator }} + + + + {{ .Title }}{{ if not .IsHome }} - {{ .Site.Title }}{{ end }} + + +
+ +
+
-- cgit v1.3.1