From eddd1c57f098a131a2ef2d3c1fc9aa25320e370a Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sun, 25 Jun 2023 21:30:37 +0000 Subject: [PATCH] blog/index.html: changed colour of notification box --- src/templates/blog/index.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/templates/blog/index.html b/src/templates/blog/index.html index 7ad55b36..f4b13d55 100644 --- a/src/templates/blog/index.html +++ b/src/templates/blog/index.html @@ -41,13 +41,12 @@
{% if latest_post %} -
- - {{ latest_post.title }} - -
+
+

+ Latest: {{ latest_post.title }} +

{{ latest_post.excerpt }} - Read more + Read more
{% end %} -- 2.47.3