From a69075ee2932e956d575c990f4fbf9c9baca7b9a Mon Sep 17 00:00:00 2001 From: Mantas <11616378+mistermantas@users.noreply.github.com> Date: Tue, 18 Jun 2019 19:32:50 +0300 Subject: Add logic for yearly incident history --- layouts/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index be887c8..da6f6ad 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -38,7 +38,11 @@
- {{ partial "index/incidents" . }} + {{ if .Site.Params.enableYearlyIncidentHistory }} + {{ partial "index/incidents-yearly" . }} + {{ else }} + {{ partial "index/incidents" . }} + {{ end }}
-- cgit v1.2.3-70-g09d2