trying shiet out

This commit is contained in:
Set Sakrecoer 2019-04-28 21:42:31 +02:00
parent 959e888095
commit f0d76bd04c
3 changed files with 19 additions and 21 deletions

View file

@ -7,12 +7,6 @@ layout: default
---
<div id="hero">
<h1>GREETINGS<br />ROBOT!</h1>
<button id="video_pause">Pause<br />Video</button>
<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>
</div>
<div>
@ -23,7 +17,7 @@ layout: default
{% for post in site.categories.blog offset: 0 limit: 1 %}
<div>
{{ post.content | strip_html | truncatewords: 250 }}
{{ post.content }}
</div>
{% endfor %}