fix video

This commit is contained in:
sakrecoer 2020-08-10 12:47:49 +02:00
parent 2759e9cb27
commit 7062f902a9
4 changed files with 27 additions and 10 deletions

View file

@ -1,4 +1,4 @@
<header class="hero" style="background-image: url({{ page.image }});">
<header class="hero" {% unless page.video_path %}style="background-image: url({{ page.image }});"{% endunless %}>
<div class="textcontainer">
<h1>{{ page.title }}</h1>
<p>{{ page.description }}</p>