Files
hugo/layouts/shortcodes/needsexamples.html
T
2017-02-25 11:48:37 -06:00

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>