From b5c3919fe891a965b0051b0ea10f3121d049b34080165f95b92a65e739526c5c Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sat, 25 Feb 2023 00:00:00 +0000 Subject: Organize layouts --- layouts/taxonomy/taxonomy.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 layouts/taxonomy/taxonomy.html (limited to 'layouts/taxonomy/taxonomy.html') diff --git a/layouts/taxonomy/taxonomy.html b/layouts/taxonomy/taxonomy.html new file mode 100644 index 0000000..a3a22a7 --- /dev/null +++ b/layouts/taxonomy/taxonomy.html @@ -0,0 +1,16 @@ +{{ define "main" -}} + +
+

{{ .Type | humanize }}

+

Feeds

+

{{ emojify ":link:" | safeHTML }} Atom Feed

+

List

+ +
+{{- end }} -- cgit v1.2.3