This commit is contained in:
Set Hallstrom 2020-09-18 13:04:52 +02:00
parent 9055c146fd
commit 25afbe3b60
5 changed files with 30 additions and 16 deletions

View file

@ -21,6 +21,7 @@ video_path: /videos/37th--chamber.mp4
<h1>{{ site.title }}</h1>
<p>{{ page.description }}</p>
<p><a href="#read" class="button">🔥 Boom</a></p>
</div>
</div>
@ -29,7 +30,7 @@ video_path: /videos/37th--chamber.mp4
{% for post in site.posts limit: 3 %}
{% if post.category == 'ramblings' %}
<section class="front-section">
<section id="read" class="front-section">
<div style="background-image:url({{ post.image }})">
<p class="editor-link"><a href="cloudcannon:collections/_posts/{{ post.path }}" rel="nofollow"