many fixes
This commit is contained in:
parent
dff8261923
commit
704c288a79
21 changed files with 94 additions and 33 deletions
|
|
@ -1,7 +1,20 @@
|
|||
<header class="hero" style="background-image: url({{ page.image }});">
|
||||
<div>
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
</div>
|
||||
<div class="imagecontainer"></div>
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
{% if page.category == 'releases' %}
|
||||
<p><a href="#npImage" class="button">Listen</a></p>
|
||||
{% endif %}
|
||||
{% if page.category == 'ramblings' %}
|
||||
<p><a href="#read" class="button">Read</a></p>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="imagecontainer">
|
||||
|
||||
</div>
|
||||
{% if page.video_file %}
|
||||
<video autoplay muted loop id="myVideo">
|
||||
<source src="{{ page.video_file }}" type="video/mp4">
|
||||
</video>
|
||||
{% endif %}
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue