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