From 8229f715db8891de82372d86874e6336593799dc Mon Sep 17 00:00:00 2001 From: vimux Date: Fri, 9 Feb 2018 19:16:23 +0300 Subject: [PATCH] Add initial structure for header.html and footer.html --- layouts/partials/footer.html | 5 +++++ layouts/partials/header.html | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e69de29..dfac26e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e69de29..73b3f4a 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -0,0 +1,12 @@ + + + + + + + {{ if not .IsHome }}{{ .Title }} | {{ end }}{{ .Site.Title }} + + +
+ +
\ No newline at end of file