Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
// Custom CSS
+ #hero-index
+ background-image: url("img/bg-img.jpg");
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: cover;
++
+.footer
+ a
+ color: $grey
+ &:hover
+ color: $black
{% if latest_post %}
<div class="notification is-primary">
<h4 class="title is-4">
- <a href="/blog/{{ latest_post.slug }}">Latest: {{ latest_post.title }}</a>
+ <a href="/blog/{{ latest_post.slug }}">
- {{ latest_post.title }}
++ Latest: {{ latest_post.title }}
+ </a>
</h4>
- {{ latest_post.excerpt }}
- <a 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 %}