--- layout: layouts/main.html eleventyComputed: description: "Example artwork page for PPL's Art Gallery, an easy-to-use art gallery website template." ogImage: "art/{{ fileName }}" ogImageAlt: "{{ altText }}" summaryLargeImage: true --- {# This is the layout for the art page, being built atop the main layout. #}
{{ date | artDate }}
Categories: {%- for cateId in categories %} {%- set category = "test" %} {%- for object in artCategories %} {%- if object.id == cateId %} {%- set category = object.name %} {%- endif %} {%- endfor %} {{ category }} {%- endfor %}