Files
hugoDocs/layouts/shortcodes/needsexamples.html
T

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>