all repos — www @ 6f2e19e8e21bd7568737fdf025ca9440162c1746

deserthorns.net content + generator

templates/child-links.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
{{ define "child-links" }}
{{ range . }}
<a class="link-card" href="{{ .Path }}">
    <span>{{ .Title }}</span>
    <img src="{{ .Image }}">
</a>
{{ end }}
{{ end }}