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/home.html | 53 ++++++++-------------- 1 file changed, 18 insertions(+), 35 deletions(-) (limited to 'clams-server/src/main/resources/templates/home.html') diff --git a/clams-server/src/main/resources/templates/home.html b/clams-server/src/main/resources/templates/home.html index 199ae29..b5ff1d6 100644 --- a/clams-server/src/main/resources/templates/home.html +++ b/clams-server/src/main/resources/templates/home.html @@ -1,39 +1,22 @@ - - - - - Elias Haugsbakk - - - - +{% extends "templates/layout.html" %} -
-

Elias Haugsbakk's Webpage

- -
-
- Image of Elias Haugsbakk -

Hello! I am Elias and this is my webpage.

-
+{% block content %} +
+

Elias Haugsbakk's Webpage

-
-
    -
  • Blog -- personal projects and thoughts
  • -
  • GitHub -- home for my code
  • -
  • Projects -- the projects I have worked on
  • -
-
+
+
+ Image of Elias Haugsbakk +

Hello! I am Elias and this is my webpage.

-
- - - - +
+
    +
  • Blog -- personal projects and thoughts
  • +
  • GitHub -- home for my code
  • +
  • Projects -- the projects I have worked on
  • +
+
+
+
+{% endblock %} -- cgit v1.2.3