From 9c6511a79177762e886613fec758998dc4679dda Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 1 Sep 2020 13:30:28 +0200 Subject: Make the banner configurable and disable by default --- nanoc.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nanoc.yaml') diff --git a/nanoc.yaml b/nanoc.yaml index bde55a2c..10751559 100644 --- a/nanoc.yaml +++ b/nanoc.yaml @@ -125,6 +125,10 @@ checks: # Breadcrumbs are enabled. breadcrumbs: true +# Whether to show the banner defined in layouts/banner.html. +# Set to true or false. +show_banner: false + # Debug problems with the generation process by setting this config variable. debug: false -- cgit v1.2.3