This should be the eye catcher on the page
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
<div class="columns">
<div class="column is-8">
{% if latest_post %}
- <div class="notification has-background-primary-light">
- <h4 class="title is-4 has-text-primary">
+ <div class="notification is-primary">
+ <h4 class="title is-4">
<a href="/blog/{{ latest_post.slug }}">
{{ latest_post.title }}
</a>
</h4>
- <br>
- {{ latest_post.excerpt }}
- <a class="has-text-primary" href="/blog/{{ latest_post.slug }}">Read more</a>
+ <div class="content">
+ {{ latest_post.excerpt }}
+ </div>
+
+ <p>
+ <a href="/blog/{{ latest_post.slug }}">Read more</a>
+ </p>
</div>
{% end %}