Files
hugo/layouts/partials/functions-quick-reference.html
T
2017-03-01 01:15:23 -06:00

6 lines
180 B
HTML

<dl class="quick-reference">
{{ range .Data.Pages }}
<dt><code><a href="{{.Permalink}}">{{.LinkTitle}}</a></code></dt>
<dd>{{ .Description | markdownify }}</dd>
{{ end }}
</dl>