aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-05-19 11:58:00 +0300
committerGitHub <noreply@github.com>2020-05-19 11:58:00 +0300
commit44f1a08801ba8acf655071637ad7aa9a67981403 (patch)
tree0151d6c65824315658047ed59ff3bfcf9dc56164 /layouts/index.html
parent5d1fd9751d867127f3f23f7313825a8e1e92d7f0 (diff)
Update index.html
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index cb1c759..2faafaa 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -37,7 +37,7 @@
{{ partial "index/tabs" . }}
<!-- All incidents + pagination -->
- {{ if .Site.Params.enableHistory }}
+ {{ if not .Site.Params.disableIncidentHistory }}
<div class="contain contain--more" id="incidents">
{{ if eq .Site.Params.incidentHistoryFormat "yearly" }}
{{ partial "index/incidents-yearly" . }}