From: Michael Tremer Date: Sat, 24 Jun 2023 20:23:40 +0000 (+0000) Subject: blog: Make the latest post in primary colour X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22152f8200cf8a03b0c13b02696b8513f89b255f;p=ipfire.org.git blog: Make the latest post in primary colour This should be the eye catcher on the page Signed-off-by: Michael Tremer --- 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 %}