From 65236d771e31dc36b5cf95083fc012f5e05aa220 Mon Sep 17 00:00:00 2001 From: wires Date: Tue, 8 Apr 2025 14:26:09 -0400 Subject: add draft reading list page --- layouts/index.html | 3 ++- layouts/page/single.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 layouts/page/single.html (limited to 'layouts') diff --git a/layouts/index.html b/layouts/index.html index 2289aac..8422313 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,4 +1,5 @@ -{{ define "main" }} {{ .Content }} {{ with .Site.RegularPages }} +{{ define "main" }} {{ .Content }} {{ with (where site.RegularPages +"Params.hidden" "ne" true) }}

Posts