css bugz
This commit is contained in:
parent
9055c146fd
commit
25afbe3b60
5 changed files with 30 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue