— layout: page title: Right secondary no tertiary column date: 2017-12-17 menuInclude: yes menuTopTitle: Layout menuSubs: - title: Right secondary, no tertiary index: 5 secondary-column: right tertiary-column: none

excerpt: Right secondary no tertiary column

This page overrides the secondary and tertiary column settings by placing the secondary on the right and disabling the tertiary column.

The relevant YAML frontmatter for this page is:

---
layout: page
title: Right secondary no tertiary column
menuInclude: yes
menuTopTitle: Layout
menuSubs:
- title: Right secondary, no tertiary
  index: 5
secondary-column: right
tertiary-column: none
---