2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-16 21:25:38 +00:00
cointop/docs/themes/hugo-book/layouts/shortcodes/section.html

11 lines
182 B
HTML
Raw Normal View History

2021-02-21 05:11:27 +00:00
<dl>
{{ range .Page.Pages }}
<dt>
<a href="{{ .RelPermalink }}">{{ partial "docs/title" . }}</a>
</dt>
<dd>
{{ default .Summary .Description }}
</dd>
{{ end }}
</dl>