aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.yml
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-05-19 11:56:47 +0300
committerGitHub <noreply@github.com>2020-05-19 11:56:47 +0300
commit5d1fd9751d867127f3f23f7313825a8e1e92d7f0 (patch)
tree43837e5964f27d4c3fcccd34a34e6cb445839f94 /exampleSite/config.yml
parent56d9f7ada5016f62f35a1a20609f0881f4f11ed6 (diff)
Update config.yml
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r--exampleSite/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index 5e04766..397eac8 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -172,7 +172,7 @@ params:
# STRING; `monthly`, `yearly`, `none`
incidentHistoryFormat: "yearly"
- # Should incident history be enabled?
+ # Should incident history be hidden?
#
# By disabling the incident history, you also disable
# the RSS feed. To ensure no incidents are shown, you
@@ -180,9 +180,9 @@ params:
# overrides any other options that tailor your incident
# history’s look.
#
- # Default: `true`
+ # Default: `false`
# BOOLEAN; `true`, `false`
- enableIncidentHistory: true
+ disableIncidentHistory: false
# Disable dark mode
#