From d591b9fd3fc200475a65034eae0ca1390384c1b8 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Wed, 25 Oct 2023 22:14:41 -0600 Subject: Add categories.html --- categories.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 categories.html (limited to 'categories.html') diff --git a/categories.html b/categories.html new file mode 100644 index 0000000..c63e0e0 --- /dev/null +++ b/categories.html @@ -0,0 +1,15 @@ +--- +layout: default +permalink: /categories +--- + +
+ {% for tag in site.tags %} +

{{ tag[0] }}

+ + {% endfor %} +
-- cgit v1.2.3