Hi,
I’m trying to create a table to have an overview of all the images in a website I’m making.
I’ve tried making a section that I later use in my site.yml but I can’t seem to create a complete list of all my images here.
Also, the top thing would be to be able to create a structure where one column is the image and the other one is the tags related to the image. Something like:
Image Tags
----------- ------------------
file1.png green, blue, bag
----------- ------------------
file2.jpg orange, bag
type: files
layout: list
parent: site.index.files
empty: No images yet...
text: "{{ file.title }}"