Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
}
.blog-post {
- // Custom CSS for blog posts goes here
+ h5:first-of-type {
+ a {
+ color: $body-color;
+ }
+ }
&.lightning-wire-labs {
- h5:first-of-type, a {
+ h5:first-of-type a, a {
color: $lwl;
}
}
<div class="blog-post {% if "lightning-wire-labs" in post.tags %}lightning-wire-labs{% end %}">
- <h5 class="mb-0">{{ post.title }}</h5>
+ <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>,