From 13fa4928c65fb0bffa4f394af31d5863932f5339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sun, 2 Oct 2022 18:24:05 +0100 Subject: [PATCH] added pgpkey icon and fixed but in tags listings --- assets/css/compiled/main.css | 4 ++++ exampleSite/content/samples/icons/index.md | 1 + layouts/_default/term.html | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index df9ec093..63339a13 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1497,6 +1497,10 @@ select { margin-top: 1.5rem; } +.mt-5 { + margin-top: 1.25rem; +} + .mt-3 { margin-top: 0.75rem; } diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index 8799b814..4b0487df 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -55,6 +55,7 @@ The full list of built-in icons and their corresponding names can referenced bel | orcid | {{< icon orcid >}} | | patreon | {{< icon patreon >}} | | pencil | {{< icon pencil >}} | +| pgpkey | {{< icon pgpkey >}} | | pinterest | {{< icon pinterest >}} | | reddit | {{< icon reddit >}} | | researchgate | {{< icon researchgate >}} | diff --git a/layouts/_default/term.html b/layouts/_default/term.html index 32d7ad81..2b2f94cb 100644 --- a/layouts/_default/term.html +++ b/layouts/_default/term.html @@ -12,7 +12,7 @@ {{ end }} -
+
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }} {{ if $.Params.groupByYear | default ($.Site.Params.list.groupByYear | default true) }}