From 5c5bacbc82622563a0e45bbf2d3adbee8e0bd0c3 Mon Sep 17 00:00:00 2001 From: Henry V Child Date: Sun, 13 Apr 2025 21:01:04 +0200 Subject: [PATCH] Added taxonomies page --- layouts/_default/taxonomy.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 layouts/_default/taxonomy.html diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html new file mode 100644 index 0000000..26c666f --- /dev/null +++ b/layouts/_default/taxonomy.html @@ -0,0 +1,9 @@ +{{ define "main" }} + +{{ end }}