2020-09-18 11:52:21 +02:00
|
|
|
<header class="hero" style="background-image: url({{ page.image }});">
|
|
|
|
<div class="textcontainer">
|
|
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
<p>{{ page.description }}</p>
|
|
|
|
{% if page.category == 'releases' %}
|
|
|
|
<p><a href="#plwrap" class="button">Listen</a></p>
|
|
|
|
{% endif %}
|
|
|
|
{% if page.category == 'ramblings' %}
|
|
|
|
<p><a href="#read" class="button">Read</a></p>
|
|
|
|
{% endif %}
|
|
|
|
{% if page.url == '/404/' %}
|
|
|
|
<p><a href="/" class="button">Take me home</a></p>
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
2020-09-11 19:02:26 +02:00
|
|
|
<div class="imagecontainer">
|
|
|
|
<h4>{{ page.title }}</h4>
|
|
|
|
</div>
|
2020-09-18 11:52:21 +02:00
|
|
|
</header>
|