From 8cd2787f6f3cb93e0f48dc855ce97624c7ab9e22 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 10 Nov 2024 19:20:32 -0600 Subject: Add and improve tags --- archive.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archive.liquid') diff --git a/archive.liquid b/archive.liquid index b03d7e0..26f59de 100644 --- a/archive.liquid +++ b/archive.liquid @@ -31,7 +31,7 @@ permalink: /archive.html -
+
{% for tag in post.tags %} {{ tag }}{% unless forloop.last %},{% endunless %} {% endfor %} -- cgit v1.2.3