highlights
This commit is contained in:
parent
5113069605
commit
9faa8d0a79
24 changed files with 27 additions and 25 deletions
|
|
@ -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 }})">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue