From 2ce9d05e83f848870847a124d8484fa53b3cfbdd Mon Sep 17 00:00:00 2001 From: Jarkko Piiroinen <183207+jmp@users.noreply.github.com> Date: Mon, 4 Dec 2023 21:29:16 +0200 Subject: [PATCH] Use heading level 3 for contributor/signature counts (#356) This follows the best practice of not skipping from heading levels. --- layouts/shortcodes/contributors.html | 2 +- layouts/shortcodes/signatures.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/contributors.html b/layouts/shortcodes/contributors.html index 5a0d2d3..cf99790 100644 --- a/layouts/shortcodes/contributors.html +++ b/layouts/shortcodes/contributors.html @@ -7,7 +7,7 @@ {{ end }} {{ $sortedNames = sort $sortedNames ".lastName" }}
-

({{ len $sortedNames }})

+

({{ len $sortedNames }})

{{ range $index, $element := $sortedNames }} {{ if gt $index 0 }}•{{ end }} {{ if .contact }} diff --git a/layouts/shortcodes/signatures.html b/layouts/shortcodes/signatures.html index d6cf56e..a363ee2 100644 --- a/layouts/shortcodes/signatures.html +++ b/layouts/shortcodes/signatures.html @@ -1,6 +1,6 @@ {{ $names := .Site.Data.names.signatures.list }}
-

({{ len $names }})

+

({{ len $names }})

{{ range $index, $element := $names }} {{ if gt $index 0 }}•{{ end }} {{ if .contact }}