mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
6 lines
180 B
HTML
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> |