<div class="blog-post {% if "lightning-wire-labs" in post.tags %}lightning-wire-labs{% end %}">
- <h5 class="mb-0">
- <a href="https://blog.ipfire.org/post/{{ post.slug }}">
- {{ post.title }}
- </a>
- </h5>
+ <div class="blog-header">
+ <h5 class="mb-0">
+ <a href="https://blog.ipfire.org/post/{{ post.slug }}">
+ {{ post.title }}
+ </a>
+ </h5>
- <p class="small text-muted">
- {{ _("by") }} <a href="/authors/{{ post.author.uid }}">{{ post.author.name }}</a>,
- {{ locale.format_date(post.published_at, shorter=True, relative=False) }}
- </p>
+ <p class="small text-muted">
+ {{ _("by") }} <a href="/authors/{{ post.author.uid }}">{{ post.author.name }}</a>,
+ {{ locale.format_date(post.published_at, shorter=True, relative=False) }}
+ </p>
+ </div>
- {% raw post.html %}
+ <div class="blog-content">
+ {% raw post.html %}
+ </div>
{% if "lightning-wire-labs" in post.tags and post.link %}
<div class="row">