all repos — www @ 17bb0a6e599c808eaeacd9dc3a2517b30e27f5f7

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 }}">
    <h2>{{ .Title }}</h2>
    <img src="{{ .Image }}">
</a>
{{ end }}
{{ end }}