From d9ff6edbfcdc408e23684c00df806eac72fd02b2 Mon Sep 17 00:00:00 2001 From: andre4ik3 Date: Mon, 18 Aug 2025 17:42:27 +0000 Subject: Initial commit --- layouts/taxonomy.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 layouts/taxonomy.html (limited to 'layouts/taxonomy.html') 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" }} +

{{ .Title }}

+ {{ .Content }} + {{ range .Pages }} +

{{ .LinkTitle }}

+ {{ end }} +{{ end }} + -- cgit