From ecaaa38363b2c83dfbca348610b8e4a761f5a7ef Mon Sep 17 00:00:00 2001 From: Spedon Date: Tue, 14 Mar 2023 23:53:32 +0800 Subject: [PATCH] move desktop components to desktop_wrapper.html --- layouts/index.html | 7 +------ layouts/partials/desktop_wrapper.html | 8 ++++++++ 2 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 layouts/partials/desktop_wrapper.html diff --git a/layouts/index.html b/layouts/index.html index bdb6418..9e0b96c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -10,7 +10,6 @@
{{ partial "header.html" . }}
-{{ partial "overlay.html" . }}
{{ $sourcePath := "images" }} {{ $gallery := site.GetPage $sourcePath }} @@ -35,11 +34,7 @@ {{ end }} {{ end }} -
-
-
-
-
+ {{ partial "desktop_wrapper.html" . }}