diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-05-19 11:58:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 11:58:00 +0300 |
commit | 44f1a08801ba8acf655071637ad7aa9a67981403 (patch) | |
tree | 0151d6c65824315658047ed59ff3bfcf9dc56164 /layouts | |
parent | 5d1fd9751d867127f3f23f7313825a8e1e92d7f0 (diff) |
Update index.html
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/index.html | 2 |
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" . }} |