Add poster field to video artwork blueprints

This commit is contained in:
Paul Nicoué 2022-06-03 17:35:16 +02:00
parent c0e9465298
commit f4d9653fe6
3 changed files with 30 additions and 6 deletions

View file

@ -13,9 +13,9 @@
<nav class="home__nav" aria-label="Menu">
{% set navItemNo = 1 %}
{% for gallery in pages.template('gallery') %}
<div class="home__nav-item-{{ navItemNo }}">
<a href="{{ gallery.url }}" target="_self" class="home__nav-link">{{ gallery.title }}</a>
</div>
<div class="home__nav-item-{{ navItemNo }}">
<a href="{{ gallery.url }}" target="_self" class="home__nav-link">{{ gallery.title }}</a>
</div>
{% set navItemNo = navItemNo + 1 %}
{% endfor %}
<div class="home__nav-image" aria-hidden="true">