aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-05-19 11:55:48 +0300
committerGitHub <noreply@github.com>2020-05-19 11:55:48 +0300
commit56d9f7ada5016f62f35a1a20609f0881f4f11ed6 (patch)
treeab533ae0763fcd607f2b0d7f0f8bccc14d82117b
parent75b462973ee153b3a461700b12870c7add9f78bd (diff)
Update tabs.html
-rw-r--r--layouts/partials/index/tabs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/index/tabs.html b/layouts/partials/index/tabs.html
index 015eb36..9544890 100644
--- a/layouts/partials/index/tabs.html
+++ b/layouts/partials/index/tabs.html
@@ -13,10 +13,10 @@
</div>
</div>
{{ else }}
- {{ if .Site.Params.enableHistory }}
+ {{ if not .Site.Params.disableIncidentHistory }}
<div class="contain contain--more">
<h2 class="center">{{ T "incidentHistory" }}</h2>
<hr class="clean">
</div>
{{ end }}
-{{ end }} \ No newline at end of file
+{{ end }}