gallowelds.com/themes/gallo/layouts/partials/catalog.html
2024-05-22 21:37:08 -04:00

7 lines
142 B
HTML

<ul>
{{ range (.Site.GetPage "Section" "catalog").Pages }}
<li>
<a href="{{ .Permalink }}">{{ .Title }}</a>
</li>
{{ end }}
</ul>