all repos — www @ 5e77c232f2581a52e0f65a4820a4afba1e10ac6b

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 }}