From 9422e3a1f15bba0c7252309295a311f6326b9142 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Wed, 1 Aug 2018 10:09:14 +0200 Subject: [PATCH] Add section margin to home --- layouts/_default/baseof.html | 2 +- layouts/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0e3d569..0345ff8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -12,7 +12,7 @@ {{ end }} -
+
{{ block "title" . }} diff --git a/layouts/index.html b/layouts/index.html index 6dede6b..6bb259f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,7 +8,7 @@ {{ partial "css/owlCarousel.html" . }} -
+
{{ with .Site.GetPage "/home" }}
@@ -103,7 +103,7 @@ {{ partial "footer/text.html" . }}
-
+
{{ partial "footer/scripts.html" . }} {{ partial "js/owlCarousel.html" . }}