updated hugo site

This commit is contained in:
2026-02-28 22:23:50 -06:00
parent 797892adef
commit fdfe0c9983
6 changed files with 39 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
{{ $books := where .Site.AllPages "Layout" "frontcover" }}
Books:
<ul>
{{ range sort $books "Params.chapterno" "asc" }}
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>