From 11669ffdd13143d82e13ba2ff4cb840e81e5a457 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Mon, 11 Dec 2023 22:08:08 +0800 Subject: [PATCH] Verbeter stijl. --- html/head.mustache | 11 ++++--- html/landing.mustache | 11 ++++--- html/navbar.mustache | 2 +- source/assets/styles/org-htmlize.css | 46 ++++++++++++++++++++++++++++ 4 files changed, 60 insertions(+), 10 deletions(-) create mode 100644 source/assets/styles/org-htmlize.css diff --git a/html/head.mustache b/html/head.mustache index a34ade4..f0c0eac 100644 --- a/html/head.mustache +++ b/html/head.mustache @@ -1,5 +1,6 @@ - - - - -{{title}} + + + + + + {{title}} diff --git a/html/landing.mustache b/html/landing.mustache index 6749b33..837ca26 100644 --- a/html/landing.mustache +++ b/html/landing.mustache @@ -6,12 +6,15 @@ {{>navbar}} -
- - {{{contents}}} +
+
+ + {{{contents}}} + +
+
- {{>footer}} diff --git a/html/navbar.mustache b/html/navbar.mustache index 787a91f..64a7d55 100644 --- a/html/navbar.mustache +++ b/html/navbar.mustache @@ -6,7 +6,7 @@ + Blog diff --git a/source/assets/styles/org-htmlize.css b/source/assets/styles/org-htmlize.css new file mode 100644 index 0000000..30eaaa0 --- /dev/null +++ b/source/assets/styles/org-htmlize.css @@ -0,0 +1,46 @@ + -- 2.39.5