From 4ff8ac3fc2a47bc732bb82d3f424a92731682598 Mon Sep 17 00:00:00 2001 From: Gardient Date: Sun, 18 Feb 2018 16:25:35 +0200 Subject: [PATCH] footer and javascript updates --- layouts/_default/baseof.html | 4 +-- layouts/partials/copyright.html | 9 +++++ layouts/partials/disqus.html | 19 ++++++++++ layouts/partials/footer.html | 5 ++- layouts/partials/head.html | 4 +-- layouts/partials/javascript.html | 4 +-- layouts/partials/social.html | 62 ++++++++++++++++---------------- 7 files changed, 69 insertions(+), 38 deletions(-) create mode 100644 layouts/partials/copyright.html create mode 100644 layouts/partials/disqus.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 50cab08..84e8498 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -8,11 +8,11 @@ {{ block "header" . }} {{ partial "nav" . }} {{ end }} -
+
{{ block "main" . }} {{ end }}
-