From e36f49c7d90bed4b8c2e3edb1225ca1b9720da4d Mon Sep 17 00:00:00 2001 From: Elias Haugsbakk Date: Tue, 21 Jul 2026 22:54:08 +0200 Subject: swap blog and post for article --- .../src/main/resources/templates/blog.html | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 clams-server/src/main/resources/templates/blog.html (limited to 'clams-server/src/main/resources/templates/blog.html') diff --git a/clams-server/src/main/resources/templates/blog.html b/clams-server/src/main/resources/templates/blog.html deleted file mode 100644 index 896cf56..0000000 --- a/clams-server/src/main/resources/templates/blog.html +++ /dev/null @@ -1,31 +0,0 @@ -{% extends "templates/layout.html" %} - -{% block content %} -
- ← back -
-

Elias Haugsbakk's Blog

-

A collection of my writings and thoughts.

- -
- - -
-
- -
-

All Posts

- {% for group in posts_by_year %} -
- {{ group.key }} - -
- {% endfor %} -
-
-{% endblock %} -- cgit v1.2.3