Undo hidden attribute code in lists. Dev site not rendering.

This commit is contained in:
2026-01-09 16:07:02 -07:00
parent 79478fbbec
commit 296833ab7d
2 changed files with 5 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
<div class="post-year">{{ .Key }}</div>
<ul class="posts-list">
{{ range (where .Pages ".Params.hidden" "!=" "true") }}
{{ range .Pages }}
<!-- TBD: If marked Hidden or Release date is in the future, skip. -->
@@ -81,6 +81,9 @@
{{ partial "pagination-list.html" . }}
</main>
{{ end }}
ist.html" . }}
</main>
{{ end }}
{{ partial "pagination-list.html" . }}