summaryrefslogtreecommitdiff
path: root/categories.html
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-05-07 11:45:46 -0600
committerHombreLaser <sebastian-440@live.com>2024-05-07 11:45:46 -0600
commita4c0692f8dbab80cf5c0b5644ec050322040c4e3 (patch)
tree3ea2f9dc891a13bbcf8b8980c5bf6f2ebb0b9dc2 /categories.html
parentacc3c3caf7029f92a2b146c29a510181c1b42a65 (diff)
Add dark theme
Diffstat (limited to 'categories.html')
-rw-r--r--categories.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/categories.html b/categories.html
deleted file mode 100644
index 227f333..0000000
--- a/categories.html
+++ /dev/null
@@ -1,14 +0,0 @@
----
-layout: default
----
-
-<div class="column">
- {% for tag in site.tags %}
- <h1>{{ tag[0] }}</h1>
- <ul>
- {% for post in tag[1] %}
- <li><a href="{{ site.baseurl}}{{ post.url }}">{{ post.date | date: "%b %-d" }} - {{ post.title }}</a></li>
- {% endfor %}
- </ul>
- {% endfor %}
-</div>