From a4c0692f8dbab80cf5c0b5644ec050322040c4e3 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 7 May 2024 11:45:46 -0600 Subject: Add dark theme --- categories.liquid | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 categories.liquid (limited to 'categories.liquid') diff --git a/categories.liquid b/categories.liquid new file mode 100644 index 0000000..c4cccbf --- /dev/null +++ b/categories.liquid @@ -0,0 +1,15 @@ +--- +layout: default +permalink: /categories.html +--- + +
+ {% for tag in site.tags %} +

{{ tag[0] }}

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