--- # base layout for full page item display_template layouts # adds breadcrumbs and title at top; citation box, rights box, and browse buttons at bottom layout: default # item-meta adds rich meta markup in HTML
element to the page on production build for better SEO item-meta: true --- {% if page.display_template == "compound_object" %}{% assign children = site.data[site.metadata] | where_exp: 'item','item.parentid == page.objectid' %}{% endif %}