highlights

This commit is contained in:
Set Hallstrom 2020-09-08 19:36:59 +02:00
parent 5113069605
commit 9faa8d0a79
24 changed files with 27 additions and 25 deletions

View file

@ -36,6 +36,7 @@ layout: default
<h1>{{ site.title }}</h1>
<p>{{ page.description }}</p>
<p><a href="/radio/" class="button">📻 Radio App</a></p>
</div>
</div>
</section>
@ -46,7 +47,7 @@ layout: default
</div>
</section>
{% for post in site.posts limit: 3 %}
{% if post.category == 'ramblings' %}
{% if post.category == 'highlights' %}
<section class="front-section">
<div style="background-image:url({{ post.image }})">