From: Rico Hoppe Date: Sun, 25 Jun 2023 21:30:37 +0000 (+0000) Subject: blog/index.html: changed colour of notification box X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eddd1c57f098a131a2ef2d3c1fc9aa25320e370a;p=ipfire.org.git blog/index.html: changed colour of notification box --- 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 %}