From 14b5e092f2f5a035b42795ecc1b46d8788f1ab8c Mon Sep 17 00:00:00 2001 From: morph Date: Tue, 26 May 2020 17:22:53 +0200 Subject: [PATCH] remove sidebar everywhere --- layouts/_default/list.html | 1 - layouts/_default/single.html | 1 - layouts/index.html | 1 - layouts/partials/sidebar.html | 14 -------------- 4 files changed, 17 deletions(-) delete mode 100644 layouts/partials/sidebar.html diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 59ee546..6fb6928 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -18,5 +18,4 @@ {{ partial "pagination.html" . }} -{{ partial "sidebar.html" . }} {{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 7920d00..ce7a5dd 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -17,5 +17,4 @@ {{ end }} -{{ partial "sidebar.html" . }} {{ end }} diff --git a/layouts/index.html b/layouts/index.html index ab01f67..cd86013 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,5 +6,4 @@ {{ end }} {{ partial "pagination.html" . }} -{{ partial "sidebar.html" . }} {{ end }} diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html deleted file mode 100644 index 92bbd80..0000000 --- a/layouts/partials/sidebar.html +++ /dev/null @@ -1,14 +0,0 @@ -