all repos — www @ a569fe385fda3903477de8ab1b5968526208853d

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