mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
7 lines
184 B
HTML
7 lines
184 B
HTML
<ul class="utils-list">
|
|
{{range where .Site.Pages "Section" "functions"}}
|
|
{{ if .Params.needsexamples }}
|
|
<li><a href="{{.Permalink}}">{{.Title}}</a></li>
|
|
{{ end }}
|
|
{{ end }}
|
|
</ul> |