Loading layouts/partials/index/incidents-yearly.html 0 → 100644 +9 −0 Original line number Diff line number Diff line {{ $incidents := where .Site.RegularPages "Params.section" "issue" }} {{ range ((where .Site.RegularPages "Params.section" "issue").GroupByDate "2006") }} <p class="center" id="{{ .Key }}"><a href="#{{ .Key }}" class="no-underline"><strong>{{ .Key }}</strong></a></p> {{ range .Pages }} {{ .Render "small" }} {{ end }} {{ end }} Loading
layouts/partials/index/incidents-yearly.html 0 → 100644 +9 −0 Original line number Diff line number Diff line {{ $incidents := where .Site.RegularPages "Params.section" "issue" }} {{ range ((where .Site.RegularPages "Params.section" "issue").GroupByDate "2006") }} <p class="center" id="{{ .Key }}"><a href="#{{ .Key }}" class="no-underline"><strong>{{ .Key }}</strong></a></p> {{ range .Pages }} {{ .Render "small" }} {{ end }} {{ end }}