gallowelds.com/themes/gallo/layouts/partials/categories.html

5 lines
141 B
HTML
Raw Normal View History

{{ range .Site.Params.catalogButtons.home }}
<a target="_blank" href="/catalog/#{{ .categoryName }}">
<img src="{{ .img }}">
</a>
{{ end }}