From 59e1226bfb0801c723f112a7c606d6d6f6fc09fb Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Wed, 10 Apr 2019 20:01:29 +0200 Subject: settling on design, adding giraffe, fixing css --- layouts/partials/footer.html | 6 +++--- layouts/partials/head.html | 21 +++++++++++++++++++++ layouts/partials/header.html | 16 ---------------- 3 files changed, 24 insertions(+), 19 deletions(-) create mode 100644 layouts/partials/head.html delete mode 100644 layouts/partials/header.html (limited to 'layouts/partials') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index f5562b7..8dba16b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,4 @@ - - - + diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..ffd8423 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,21 @@ + + + + + + + + {{ .Title }} {{ if ne .Title .Site.Title }} · {{ .Site.Title }}{{ end }} + + + + + + + + +{{ if not .IsHome }} +
+ +
+{{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html deleted file mode 100644 index 45614b8..0000000 --- a/layouts/partials/header.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - {{ .Title }} {{ if ne .Title .Site.Title }} · {{ .Site.Title }}{{ end }} - - - - - - - - -
-- cgit v1.2.3