diff options
author | wires <wires@noreply.wires.systems> | 2025-04-08 14:26:09 -0400 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-04-08 14:26:09 -0400 |
commit | 65236d771e31dc36b5cf95083fc012f5e05aa220 (patch) | |
tree | ab245b2a53c338018b6538ae029ecaf5145e7458 /layouts/index.html | |
parent | change inline code style (diff) | |
download | blog-65236d771e31dc36b5cf95083fc012f5e05aa220.tar.gz |
add draft reading list page
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
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) }} <h2>Posts</h2> <ul> {{ range . }} |