mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-12 16:18:34 +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> |