name convention

This commit is contained in:
Set Hallstrom 2019-04-02 00:28:32 +02:00
parent f91dc2379f
commit 32eab1c102
11 changed files with 25 additions and 33 deletions

View file

@ -1,5 +1,5 @@
<video poster="{{ base }}/assets/vid/{{ page.poster }}" id="bgvid" autoplay playsinline muted loop>
<source src="{{ base }}/assets/vid/{{ page.video }}" type="video/mp4">
<video poster="{{ base }}{{ page.poster_image }}" id="bgvid" autoplay playsinline muted loop>
<source src="{{ base }}{{ page.video_path }}" type="video/mp4">
</video>
<img id="bgpic" src="{{ base }}/assets/vid/{{ page.poster }}" alt="Basspistol" />
<img id="bgpic" src="{{ base }}{{ page.poster_image }}" alt="Basspistol" />
<div id="headline"><h1>~/{{ page.subtitle }}</h1></div>