updated hugo site
This commit is contained in:
7
layouts/_shortcodes/booklist.html
Normal file
7
layouts/_shortcodes/booklist.html
Normal 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>
|
||||
Reference in New Issue
Block a user