basspistol.com/_includes/header.html

34 lines
810 B
HTML
Raw Normal View History

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