From 555e95319513c7c8289ffe9d188ca1899e5cf70d Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 21 May 2016 21:41:35 +0200 Subject: migrate to hugo --- layouts/partials/header.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 layouts/partials/header.html (limited to 'layouts/partials/header.html') diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..f8a935b --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,19 @@ + + + + +{{ .Hugo.Generator }} + + + +{{ $isHomePage := eq .Title .Site.Title }}{{ .Title }}{{ if eq $isHomePage false }} - {{ .Site.Title }}{{ end }} + + + +
+
+ + {{ if eq $isHomePage true }}

{{ .Site.Title }}

{{ end }} +
-- cgit v1.3.1