Undo hidden attribute code in lists. Dev site not rendering.
This commit is contained in:
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user