From a0aaa70117ea5addd8641950120287f8485f49bc Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Thu, 18 Jun 2015 22:50:26 +0200 Subject: [PATCH] Created head.html partial --- layouts/index.html | 94 ++++++++++++++++++++++++++++++++++++++ layouts/partials/head.html | 12 +++++ 2 files changed, 106 insertions(+) create mode 100644 layouts/partials/head.html diff --git a/layouts/index.html b/layouts/index.html index e69de29..37a733f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -0,0 +1,94 @@ + + + + {{ partial "head.html" . }} + + + +
+
+ +
+
+
+ +
+

© Copyright 2015 Nick Balestra

+
+
+ + + + + diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..1881bfc --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,12 @@ + + + + + + +{{ .Site.Title }} + + + +{{ "" | safeHTML }} +