From 0b6ecb2d0b8a2a0d6ae1009076f60f39bea7a92f Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Mon, 25 Feb 2019 21:17:02 -0600 Subject: h2 to h3 --- layouts/_default/terms.html | 4 ++-- layouts/partials/post-list.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html index f111c68..0f0bcca 100644 --- a/layouts/_default/terms.html +++ b/layouts/_default/terms.html @@ -6,11 +6,11 @@ {{ $name := .Name }} {{ $count := .Count }} {{ with $.Site.GetPage (printf "/%s/%s" $type $name) }} -

+

{{ printf "(%d) %s" $count $name }} -

+ {{ end }} {{ end }} diff --git a/layouts/partials/post-list.html b/layouts/partials/post-list.html index 993f0e3..00d60a2 100644 --- a/layouts/partials/post-list.html +++ b/layouts/partials/post-list.html @@ -1,8 +1,8 @@

{{ .Title }}

{{ range where .Pages.ByPublishDate.Reverse "Section" "post" }} -

+

{{ .Title }} -

+ {{ end }} \ No newline at end of file -- cgit v1.2.3