From df4786ef52766e83861c9b4802a5c5a7eb2f761d Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 20 Jan 2023 19:13:19 -0500 Subject: [PATCH] allow custom content in lists pages --- themes/secluded/layouts/_default/list.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/secluded/layouts/_default/list.html b/themes/secluded/layouts/_default/list.html index 432f3b9..d524157 100644 --- a/themes/secluded/layouts/_default/list.html +++ b/themes/secluded/layouts/_default/list.html @@ -1,11 +1,13 @@ {{ define "main" }}

{{ .Title }}

+
+ {{ .Content | safeHTML }} +

There are RSS feeds for all of the categories and tags on the site. If you want to subscribe to one of them, navigate to that list and click here; you'll be taken to the specific feed.

- +
{{ $title := .Title }} {{ if eq $title "Posts" }}