diff options
| author | JustZvan <justzvan@justzvan.xyz> | 2026-03-24 20:14:42 +0100 |
|---|---|---|
| committer | JustZvan <justzvan@justzvan.xyz> | 2026-03-24 20:14:42 +0100 |
| commit | a60a600522b9c638cf06fc484d80209dfb7d5c20 (patch) | |
| tree | 9801ae967ac65724333abf15a35d445a05167095 /themes/JustZvan/layouts/taxonomy.html | |
feat: initial commit
Diffstat (limited to 'themes/JustZvan/layouts/taxonomy.html')
| -rw-r--r-- | themes/JustZvan/layouts/taxonomy.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/JustZvan/layouts/taxonomy.html b/themes/JustZvan/layouts/taxonomy.html new file mode 100644 index 0000000..c2e7875 --- /dev/null +++ b/themes/JustZvan/layouts/taxonomy.html @@ -0,0 +1,7 @@ +{{ define "main" }} + <h1>{{ .Title }}</h1> + {{ .Content }} + {{ range .Pages }} + <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2> + {{ end }} +{{ end }} |