From 57bdb3e24de2c24834c9fd3da646a644ff2226b6 Mon Sep 17 00:00:00 2001 From: Nathan Biller Date: Thu, 3 Oct 2019 10:46:09 -0400 Subject: [PATCH] Added instructions on how to include a footer on single pages. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3593d25..09676b6 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,8 @@ Single pages displays a single unit of information and are more or less independ You can create single pages in the `content` directory (even sub-dirs are possible). +If you'd like to have the footer displayed on your single page include "include_footer: true" in your front matter. +
Code @@ -298,6 +300,7 @@ You can create single pages in the `content` directory (even sub-dirs are possib title: AGB sidebar: true # or false to display the sidebar sidebarlogo: fresh-white-alt # From (static/images/logo/) +include_footer: true --- ```