From 30c268fdabca62c7c4df6e8db7426666fc2be66a Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 5 May 2024 19:51:24 -0600 Subject: Change interface --- categories.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'categories.html') diff --git a/categories.html b/categories.html index c63e0e0..227f333 100644 --- a/categories.html +++ b/categories.html @@ -1,15 +1,14 @@ --- layout: default -permalink: /categories --- -
+
{% for tag in site.tags %}

{{ tag[0] }}

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