From 0044c08bb01e773cb212c305ff136bf45dc7c4a7 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 10 Nov 2024 19:13:53 -0600 Subject: Improve archive --- categories.liquid | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 categories.liquid (limited to 'categories.liquid') diff --git a/categories.liquid b/categories.liquid deleted file mode 100644 index 23b31a1..0000000 --- a/categories.liquid +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: default -permalink: /categories.html ---- - -
- {% for tag in site.tags %} -

{{ tag[0] }}

- {% for post in tag[1] %} -
-
- {% capture month%}{{ post.date | date: "%b" }}{% endcapture %} - {{ site.data[site.active_lang].strings.date[month]}} {{ post.date | date: "%e, %Y" }} -
- -
- {% endfor %} - {% endfor %} -
-- cgit v1.2.3