moving to simpler baseurl
This commit is contained in:
parent
ad551f54fc
commit
2b5bd4fa0e
12 changed files with 49 additions and 49 deletions
|
|
@ -2,9 +2,9 @@
|
|||
<button id="video_pause">Pause<br />Video</button>
|
||||
|
||||
|
||||
<video autoplay loop poster="{{ base }}/assets/img/bg/frontpage.jpg" id="bgvid">
|
||||
<source src="{{ base }}/assets/vi/0001-0076.webm" type="video/webm">
|
||||
<source src="{{ base }}/assets/vi/0001-0076.mp4" type="video/mp4">
|
||||
<video autoplay loop poster="{{ site.baseurl }}/assets/img/bg/frontpage.jpg" id="bgvid">
|
||||
<source src="{{ site.baseurl }}/assets/vi/0001-0076.webm" type="video/webm">
|
||||
<source src="{{ site.baseurl }}/assets/vi/0001-0076.mp4" type="video/mp4">
|
||||
</video>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue