{% end %}
{% block container %}
- <!--<div class="header">
- <div class="container">
- <h1>{{ _("IPFire Blog") }}</h1>
- </div>
- </div>-->
-
<section class="hero has-background-primary-light">
<div class="hero-body">
<div class="container">
<li>
<a href="/">Home</a>
</li>
- <li>
- <a href="/blog">Blog</a>
+ <li class="is-active">
+ <a href="#" aria-current="page">{{ _("Blog") }}</a>
</li>
</ul>
</nav>
- <h1 class="title is-1">
- {{ _("IPFire Blog") }}
- </h1>
- <p class="subtitle">
- </p>
+ <h1 class="title is-1">{{ _("IPFire Blog") }}</h1>
</div>
</div>
</section>
<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>
+ <h4 class="title is-4 has-text-primary">
+ <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>