Files
fundor333.com/themes/fugu/layouts/partials/data/hoarding_item.html
Fundor333 4715eb1ec6 fix
2024-02-11 01:47:32 +01:00

13 lines
214 B
HTML

<hr>
<h2>{{.type}}</h2>
<ul class="list-unstyled">
{{ range .elements }}
<li>
<a href="{{.url}}" class="offset-1 u-bookmark-of h-cite">
{{.title}}
</a>
</li>
{{end}}
</ul>