diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-05-19 11:56:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 11:56:47 +0300 |
commit | 5d1fd9751d867127f3f23f7313825a8e1e92d7f0 (patch) | |
tree | 43837e5964f27d4c3fcccd34a34e6cb445839f94 /exampleSite | |
parent | 56d9f7ada5016f62f35a1a20609f0881f4f11ed6 (diff) |
Update config.yml
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.yml | 6 |
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 # |