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>
|
|
|
|
|
|
|
|
|
|
|
|
</header> {% unless page.collection == 'posts' %}
|
|
|
|
<section class="splash">
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="splash-logo">
|
|
|
|
<img src="{{ site.logo }}" width="240px" alt="{{ site.title }} Logo" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
|
|
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
<p>{{ page.description }}</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
{% endunless %}
|
|
|
|
|
|
|
|
|