bump to jekyll 4

This commit is contained in:
sakrecoer 2020-07-19 13:39:02 +02:00
parent 1e7bada863
commit 3320eac42b
17 changed files with 188 additions and 108 deletions

View file

@ -7,7 +7,7 @@ description: What is Sakrecoer about and what does its music stand for?
<div class="pivot">
<a href="{{ site.baseurl }}/">
<a href="{{ relBase }}/">
<h2>Back</h2>
</a>
<h1>{{ page.title }}</h1>
@ -15,9 +15,9 @@ description: What is Sakrecoer about and what does its music stand for?
{% include liberapay.html %}
</div>
<div class="fullscreen-bg">
<video loop muted autoplay poster="{{ site.baseurl }}/assets/img/sakrecoer-logo2.svg" class="fullscreen-bg__video">
<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 loop muted autoplay poster="{{ relBase }}/assets/img/sakrecoer-logo2.svg" class="fullscreen-bg__video">
<source src="{{ relBase }}/assets/vi/0001-0076.webm" type="video/webm">
<source src="{{ relBase }}/assets/vi/0001-0076.mp4" type="video/mp4">
<!-- <source src="video/big_buck_bunny.ogv" type="video/ogg"> -->
</video>
</div>