From 59a675de93e5f771141ea428c4a21bf3d01b9d18 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Sat, 11 Jun 2022 23:20:30 +0200 Subject: [PATCH] Move tag list to default content --- layouts/_default/baseof.html | 4 +++- layouts/index.html | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 36b3dc5..8843a4e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -27,7 +27,9 @@ {{ block "main" . }}{{ end }} diff --git a/layouts/index.html b/layouts/index.html index 10cabb6..fc6d110 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,3 @@ {{ define "main" }} {{ partial "snippet-list" (dict "showViewAllButton" true) }} {{ end }} - -{{ define "aside" }} -{{ partial "tag-compact-list" }} -{{ end }}