This commit is contained in:
Set Hallstrom 2020-09-08 18:07:38 +02:00
parent b747089fca
commit 5113069605
171 changed files with 9868 additions and 10786 deletions

26
_includes/header.html Normal file
View file

@ -0,0 +1,26 @@
{% include relBase.html %}
<header class="hero" id="top"
style="{% unless page.video_path %}background-image: url({{ page.image }});{% endunless %}">
<div class="imagecontainer">
</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 %}