From 19c9cb227b343377853321e2cdc4285b2ea23e3a Mon Sep 17 00:00:00 2001 From: Elias Haugsbakk Date: Wed, 1 Jul 2026 21:18:58 +0200 Subject: implement blog index page with featured and all posts --- .../src/main/resources/templates/post.html | 23 +++------------------- 1 file changed, 3 insertions(+), 20 deletions(-) (limited to 'clams-server/src/main/resources/templates/post.html') diff --git a/clams-server/src/main/resources/templates/post.html b/clams-server/src/main/resources/templates/post.html index 85f8977..40444b2 100644 --- a/clams-server/src/main/resources/templates/post.html +++ b/clams-server/src/main/resources/templates/post.html @@ -1,13 +1,6 @@ - - - - - {{ title }} - Elias Haugsbakk - - - - +{% extends "templates/layout.html" %} +{% block content %}
@@ -25,14 +18,4 @@ {{ next_post_link | raw }}
- - - - - +{% endblock %} -- cgit v1.2.3