Edit metadata management and robots exclusion protocol
This commit is contained in:
parent
d149a90c80
commit
cea8f504df
21 changed files with 282 additions and 144 deletions
|
@ -15,8 +15,8 @@
|
|||
{% if page.text.isNotEmpty %}
|
||||
<div class="gallery__introduction">{{ page.text.kirbytext|raw }}</div>
|
||||
{% endif %}
|
||||
{% if page.files.isNotEmpty %}
|
||||
{% set artworks = page.files.sortBy('sort') %}
|
||||
{% if page.files.template("artwork").isNotEmpty %}
|
||||
{% set artworks = page.files.template("artwork").sortBy('sort') %}
|
||||
{% for artwork in artworks %}
|
||||
<figure class="gallery__artwork">
|
||||
{% if artwork.type == 'video' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue