Bump dawidd6/action-send-mail from 3 to 4
[yosql.git] / yosql-website / themes / metio / layouts / _default / list.html
blobdd5624a34e199f6ca356be025e1510997fc2218b
1 {{ define "title" }}
2 {{ .Site.Title }} – {{ .Title }}
3 {{ end }}
4 {{ define "main" }}
5 <h1 class="post-titel">
6 <a href="{{ .Permalink }}">
7 {{ .Title }}
8 </a>
9 </h1>
10 {{ .Content }}
11 <h2>Pages</h2>
12 {{ range .Pages }}
13 <ul>
14 <a href="{{ .Permalink }}">
15 <li>{{ .Title }}</li>
16 </a>
17 </ul>
18 {{ end }}
19 {{ end }}