Files
fundor333.com/layouts/shortcodes/allpages.html

8 lines
189 B
HTML

<ul>
{{ range (where .Site.RegularPages.ByTitle "Params.allpage" "eq" true) }}
<li>
<a href="{{ .Permalink }}"><b>{{ .Title }}</b>: {{.Summary}}</a>
</li>
{{ end }}
</ul>