]> git.ipfire.org Git - ipfire.org.git/commitdiff
blog/index.html: changed colour of notification box
authorRico Hoppe <rico.hoppe@ipfire.org>
Sun, 25 Jun 2023 21:30:37 +0000 (21:30 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Sun, 25 Jun 2023 21:30:37 +0000 (21:30 +0000)
src/templates/blog/index.html

index 7ad55b3606f2055d8fbe0d2a487539182c782dfc..f4b13d559a9f060cd554389b63ee03a9448e5021 100644 (file)
                        <div class="columns">
                                <div class="column is-8">
                                        {% if latest_post %}
-                                               <div class="notification has-background-primary-light">
-                                                       <a class="title is-4 has-text-primary" href="/blog/{{ latest_post.slug }}">
-                                                               {{ latest_post.title }}
-                                                       </a>
-                                                       <br>
+                                               <div class="notification is-primary">
+                                                       <h4 class="title is-4">
+                                                               <a href="/blog/{{ latest_post.slug }}">Latest: {{ latest_post.title }}</a>
+                                                       </h4>
                                                        {{ latest_post.excerpt }}
-                                                       <a class="has-text-primary" href="/blog/{{ latest_post.slug }}">Read more</a>
+                                                       <a href="/blog/{{ latest_post.slug }}">Read more</a>
                                                </div>
                                        {% end %}