From 210f3ec04b27e2adb3e471f877c1b86ad6668537 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Thu, 8 Jan 2026 11:18:45 +0100 Subject: [PATCH] updated templates --- templates/head.html | 6 ++++++ templates/header.html | 3 +++ templates/index.html | 17 +++-------------- 3 files changed, 12 insertions(+), 14 deletions(-) create mode 100644 templates/head.html create mode 100644 templates/header.html diff --git a/templates/head.html b/templates/head.html new file mode 100644 index 0000000..0279b7d --- /dev/null +++ b/templates/head.html @@ -0,0 +1,6 @@ + + + + {{title}} + + diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..6917d1f --- /dev/null +++ b/templates/header.html @@ -0,0 +1,3 @@ +
+

{{title}}

+
diff --git a/templates/index.html b/templates/index.html index 5d21e41..aed8988 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,23 +1,12 @@ - - - - {{title}} - - +{{head}} -
-

{{title}}

-
- - + {{header}}
    - + {{posts}}