setto.basspistol.com/_includes/header.html

34 lines
810 B
HTML
Raw Normal View History

2020-09-11 19:02:26 +02:00
{% include relBase.html %}
<header class="hero" id="top"
style="{% unless page.video_path %}background-image: url({{ page.image }});{% endunless %}">
<div class="imagecontainer">
<h4>{{ page.title }}</h4>
</div>
</header>
<section class="splash">
<div class="container">
<div class="splash-logo" {% unless page.url == '/' %}style="display: none;"{% endunless %}>
<img src="{{ site.logo }}" width="240px" alt="{{ site.title }} Logo" />
</div>
<div {% unless page.url == '/' %}style="padding: 0;"{% endunless %}>
2020-08-05 10:48:20 +02:00
<h1>{{ page.title }}</h1>
{% if page.category == 'releases' %}
2020-09-11 19:02:26 +02:00
<h4>by <strong>{{ page.artist }}</strong></h4>
2020-08-05 10:55:57 +02:00
{% endif %}
2020-09-11 19:02:26 +02:00
{% unless page.category == 'releases' %}
<p>{{ page.description }}</p>
{% endunless %}
2020-08-05 10:48:20 +02:00
</div>
2020-09-11 19:02:26 +02:00
</div>
</section>
2020-08-05 10:48:20 +02:00