— layout: page title: No secondary or tertiary column date: 2017-12-17 menuInclude: yes menuTopTitle: Layout menuSubs: - title: No secondary, no tertiary index: 3 secondary-column: none tertiary-column: none

excerpt: No secondary or tertiary column

This page overrides the secondary and tertiary column settings by disabling them both.

The relevant YAML frontmatter for this page is:

---
layout: page
title: No secondary or tertiary column
menuInclude: yes
menuTopTitle: Layout
menuSubs:
- title: No secondary, no tertiary
  index: 3
secondary-column: none
tertiary-column: none
---