From 5ac83efd59ab85d0bdf82d5847fe9fe0b11232d9 Mon Sep 17 00:00:00 2001 From: Elias Haugsbakk Date: Wed, 22 Jul 2026 14:14:24 +0200 Subject: update article to post on the backend and blog on the frontend --- .../src/main/resources/templates/articles.html | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 clams-server/src/main/resources/templates/articles.html (limited to 'clams-server/src/main/resources/templates/articles.html') diff --git a/clams-server/src/main/resources/templates/articles.html b/clams-server/src/main/resources/templates/articles.html deleted file mode 100644 index 5feddae..0000000 --- a/clams-server/src/main/resources/templates/articles.html +++ /dev/null @@ -1,38 +0,0 @@ -{% extends "templates/layout.html" %} - -{% block content %} -
- ← back -
-

My articles

-

A collection of my writings and thoughts.

- -
- - -
-
- -
-

All Articles

- {% for group in articles_by_year %} -
- {{ group.key }} -
    - {% for article in group.value %} -
  • - - {{ article.title }} - {% if article.summary is not empty %} -
    - -- {{ article.summary }} - {% endif %} -
  • - {% endfor %} -
-
- {% endfor %} -
-
-{% endblock %} -- cgit v1.2.3