summaryrefslogtreecommitdiff
path: root/layouts/taxonomy.html
diff options
context:
space:
mode:
authorandre4ik3 <andre4ik3@fastmail.com>2025-08-18 17:42:27 +0000
committerandre4ik3 <andre4ik3@fastmail.com>2025-08-18 17:42:27 +0000
commitd9ff6edbfcdc408e23684c00df806eac72fd02b2 (patch)
tree45a8fe89aa4de37a2dab4b293330874e37907beb /layouts/taxonomy.html
Initial commit
Diffstat (limited to 'layouts/taxonomy.html')
-rw-r--r--layouts/taxonomy.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/taxonomy.html b/layouts/taxonomy.html
new file mode 100644
index 0000000..3382425
--- /dev/null
+++ b/layouts/taxonomy.html
@@ -0,0 +1,8 @@
+{{ define "main" }}
+ <h1>{{ .Title }}</h1>
+ {{ .Content }}
+ {{ range .Pages }}
+ <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
+ {{ end }}
+{{ end }}
+