Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/terms.html')
-rw-r--r--layouts/_default/terms.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
index 4cb91b0..f111c68 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) }}
- <p>
+ <h2>
<a href="{{ .Permalink }}">
{{ printf "(%d) %s" $count $name }}
</a>
- </p>
+ </h2>
{{ end }}
{{ end }}