From 12fd8a8581e68ee1b261fd0b2b1f0ef179ea3cf1 Mon Sep 17 00:00:00 2001 From: Elias Haugsbakk Date: Tue, 21 Jul 2026 17:46:06 +0200 Subject: remove the featured section of the blog page --- .../src/main/resources/templates/blog.html | 44 +++++++--------------- 1 file changed, 13 insertions(+), 31 deletions(-) (limited to 'clams-server/src/main/resources/templates') diff --git a/clams-server/src/main/resources/templates/blog.html b/clams-server/src/main/resources/templates/blog.html index 2c484a1..c4dbdad 100644 --- a/clams-server/src/main/resources/templates/blog.html +++ b/clams-server/src/main/resources/templates/blog.html @@ -4,8 +4,7 @@

Elias Haugsbakk's Blog

-

This is the home page for my blog. The featured list is a diverse collection of some - of my writings; if you're just browsing, this might be a good place to start.

+

A collection of my writings and thoughts.

-
-
-
-

All Posts

- {% for group in posts_by_year %} -
- {{ group.key }} - -
+
+

All Posts

+ {% for group in posts_by_year %} +
+ {{ group.key }} +
-
- -
-
-

Featured

-
    - {% for post in featured_posts %} -
  • - {{ post.title }} -- {{ post.summary }} -
  • - {% endfor %} -
-
-
-
+ + + {% endfor %} +
{% endblock %} -- cgit v1.2.3