bump svg for fan's caches

This commit is contained in:
Set Sakrecoer 2020-01-28 11:10:04 +01:00
parent b7d0ccefca
commit b3f4e75275
9 changed files with 9 additions and 9 deletions

View file

@ -22,7 +22,7 @@ webm_path: /assets/vi/0001-0076.webm
<h1><a href="/music/" alt="Music of Sakrecoer">Music</a></h1>
</div>
<div class="fullscreen-bg">
<video loop muted autoplay poster="{{ site.baseurl }}/assets/img/sakrecoer-logo.svg" class="fullscreen-bg__video">
<video loop muted autoplay poster="{{ site.baseurl }}/assets/img/sakrecoer-logo2.svg" class="fullscreen-bg__video">
<source src="{{ site.baseurl }}{{ page.webm_path }}" type="video/webm">
<source src="{{ site.baseurl }}{{ page.mp4_path }}" type="video/mp4">
</video>