From 22152f8200cf8a03b0c13b02696b8513f89b255f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 24 Jun 2023 20:23:40 +0000 Subject: [PATCH] blog: Make the latest post in primary colour This should be the eye catcher on the page Signed-off-by: Michael Tremer --- src/templates/blog/index.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/templates/blog/index.html b/src/templates/blog/index.html index d2b926b3..e5bf7b21 100644 --- a/src/templates/blog/index.html +++ b/src/templates/blog/index.html @@ -31,16 +31,20 @@
{% if latest_post %} -
-

+
+

{{ latest_post.title }}

-
- {{ latest_post.excerpt }} - Read more +
+ {{ latest_post.excerpt }} +
+ +

+ Read more +

{% end %} -- 2.47.3