From 6cb3f5deeb744d4b71ee44557112b4bc9b09daa4 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sun, 25 Jun 2023 12:24:08 +0200 Subject: Finished new blog style (TODO: light-mode) --- templates/index_template.html | 37 ++++++++++++++++++++++++++----------- templates/page_template.html | 38 ++++++++++++++++++++++++++------------ 2 files changed, 52 insertions(+), 23 deletions(-) (limited to 'templates') diff --git a/templates/index_template.html b/templates/index_template.html index 3ddd4e3..5a80edc 100644 --- a/templates/index_template.html +++ b/templates/index_template.html @@ -1,6 +1,7 @@ + @@ -8,20 +9,28 @@ - Blog d'Oxbian + + + + Blog d'Oxbian +
- +
+ +

Bienvenue sur mon blog

@@ -31,13 +40,19 @@ $CONTENT
+ +
diff --git a/templates/page_template.html b/templates/page_template.html index acee6ba..5adfb02 100644 --- a/templates/page_template.html +++ b/templates/page_template.html @@ -1,6 +1,7 @@ + @@ -8,34 +9,47 @@ - - $TITLE + + + + $TITLE +
- +
+ +

$TITLE

$CONTENT
+ +
-- cgit v1.2.3