From 026da97e86656d29a3e780d8f78abae9eb48204d Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Sat, 13 Oct 2018 10:10:13 +0200 Subject: more work --- layouts/partials/footer.html | 4 ++++ layouts/partials/head.html | 0 layouts/partials/header.html | 16 ++++++++++++++++ 3 files changed, 20 insertions(+) delete mode 100644 layouts/partials/head.html (limited to 'layouts/partials') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e69de29..f5562b7 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -0,0 +1,4 @@ + + + + diff --git a/layouts/partials/head.html b/layouts/partials/head.html deleted file mode 100644 index e69de29..0000000 diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e69de29..45614b8 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -0,0 +1,16 @@ + + + + + + + {{ .Title }} {{ if ne .Title .Site.Title }} · {{ .Site.Title }}{{ end }} + + + + + + + + +
-- cgit v1.2.3