From 4b11aeb40b6b1ffb3f3f76d1953ed8633dfee09e Mon Sep 17 00:00:00 2001 From: tsmitty11 Date: Thu, 18 May 2023 12:58:47 +0200 Subject: [PATCH] Add categories and tags pages --- src/content/categories/_index.md | 0 src/content/tags/_index.md | 0 src/layouts/_default/list.html | 1 + 3 files changed, 1 insertion(+) create mode 100644 src/content/categories/_index.md create mode 100644 src/content/tags/_index.md diff --git a/src/content/categories/_index.md b/src/content/categories/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/src/content/tags/_index.md b/src/content/tags/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/src/layouts/_default/list.html b/src/layouts/_default/list.html index cb27d03..948aaae 100644 --- a/src/layouts/_default/list.html +++ b/src/layouts/_default/list.html @@ -34,6 +34,7 @@

{{ .Title }}

{{ .Date.Format "2006-01-02" }} + Categories: {{ range .Params.categories }}{{ . }}, {{ end }} {{ .Content }}