From 3d3feea3aa5a7c48a0577af40806c3bb03b818fb Mon Sep 17 00:00:00 2001 From: Lorenzo Torres Date: Sun, 31 Aug 2025 17:41:18 +0200 Subject: Implemented the website --- layout/item.html | 10 ++-------- layout/page.html | 1 - layout/post.html | 4 ++-- 3 files changed, 4 insertions(+), 11 deletions(-) (limited to 'layout') diff --git a/layout/item.html b/layout/item.html index 4fb8500..2395306 100644 --- a/layout/item.html +++ b/layout/item.html @@ -1,10 +1,4 @@ -
-

{{ title }}

+ diff --git a/layout/page.html b/layout/page.html index f300dbe..e2d342e 100644 --- a/layout/page.html +++ b/layout/page.html @@ -15,7 +15,6 @@ home blog projects - faq diff --git a/layout/post.html b/layout/post.html index bd5beb3..71d40d5 100644 --- a/layout/post.html +++ b/layout/post.html @@ -1,5 +1,5 @@ -
-

{{ title }}

+
+

{{ title }}

published on {{ date }}

{{ content }}
-- cgit v1.2.3