all repos — www @ 61ecd074f9124d0e38636fb1d93cf45cc990b525

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