diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2020-08-12 15:18:17 +0300 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2020-10-27 21:27:08 +0200 |
commit | 1428e835a78d08799257c2c59e66e5f4e8c4334e (patch) | |
tree | de1f74c8d8d064f69ae253be973d558509673b02 /layouts/partials/index | |
parent | 00f5d17147a4ae7add3c487fb9784e9f1473c3b4 (diff) |
Years look better on homepage. Relative logo URL #126
Diffstat (limited to 'layouts/partials/index')
-rw-r--r-- | layouts/partials/index/incidents-yearly.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/layouts/partials/index/incidents-yearly.html b/layouts/partials/index/incidents-yearly.html index d07be9d..fbe47ca 100644 --- a/layouts/partials/index/incidents-yearly.html +++ b/layouts/partials/index/incidents-yearly.html @@ -2,11 +2,10 @@ {{ range ($incidents.GroupByDate "2006") }} - <div class="padding"></div> - <hr> - <p class="center" id="archive-{{ .Key }}"><a href="#archive-{{ .Key }}" class="no-underline"><strong>{{ .Key }}</strong> + + <p class="center archive__head" id="archive-{{ .Key }}"><a href="#archive-{{ .Key }}" class="no-underline"><strong>{{ .Key }}</strong> <span class="faded">({{ len .Pages }})</span> - </a></p><hr> + </a></p> {{ range .Pages }} {{ .Render "small" }} |