From ba7fd8ed5809bb73971a9caf6c382c17782e0f60 Mon Sep 17 00:00:00 2001 From: lsof Date: Tue, 2 Sep 2025 12:03:22 +0200 Subject: makeover --- templates/index.html | 37 +++++-------------------------------- 1 file changed, 5 insertions(+), 32 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index afa923e..6fd3d1c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,40 +3,13 @@ {% block title %}lemon's site{% endblock title %} {% block content %} -

lemon's site

- +

+ {{ section.title }} +

-

-I like tool-assisted speedruns, cats, compilers, bugs, ... -

- -

links

- - - -

projects

- - -

contact

- - - -
+{{ section.content | safe }} +
-- cgit v1.2.3