aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/list.html
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-04-27 11:55:52 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-04-27 11:55:52 -0300
commit603876b88d754a10cdbcf11b18c4fcc4dc0aaa91 (patch)
treef6f10d0d58de21421175d57382ae55b5105de526 /layouts/_default/list.html
parentbe1cbcc552b76f0e2e57933339c69f5ea473f1cb (diff)
downloadhugo-bearcub-603876b88d754a10cdbcf11b18c4fcc4dc0aaa91.tar.gz
hugo-bearcub-603876b88d754a10cdbcf11b18c4fcc4dc0aaa91.tar.bz2
Adjust heading sizes
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index c251837..0bfe2ec 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -28,7 +28,7 @@
{{ if not .Data.Singular }}
<div>
{{ range .Site.Taxonomies.tags }}
- <a class="blog-tags" href="{{ .Page.Permalink }}">#{{ .Page.Title }}</a>&nbsp;&nbsp;
+ <a class="blog-tags" href="{{ .Page.Permalink }}">#{{ .Page.Title }}</a>
{{ end }}
</div>
{{ end }}