--- # default "About" page layout # provides a full width featured image at top # with an auto generated TOC nav on the left and a narrow text block layout: default --- {% if page.about-featured-image or page.heading or page.sub-heading %} {% assign jumboId = page.about-featured-image %} {% if jumboId contains '/' %} {% assign jumboSrc = jumboId | relative_url %} {% else %} {% assign jumboItem = site.data[site.metadata] | where: "objectid", jumboId | first %} {% capture jumboSrc %}{{ jumboItem.object_location | default: jumboItem.image_small | relative_url }}{% endcapture %} {%- endif -%}