diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-04-27 11:55:52 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-04-27 11:55:52 -0300 |
commit | 603876b88d754a10cdbcf11b18c4fcc4dc0aaa91 (patch) | |
tree | f6f10d0d58de21421175d57382ae55b5105de526 /layouts | |
parent | be1cbcc552b76f0e2e57933339c69f5ea473f1cb (diff) | |
download | hugo-bearcub-603876b88d754a10cdbcf11b18c4fcc4dc0aaa91.tar.gz hugo-bearcub-603876b88d754a10cdbcf11b18c4fcc4dc0aaa91.tar.bz2 |
Adjust heading sizes
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/list.html | 2 |
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> + <a class="blog-tags" href="{{ .Page.Permalink }}">#{{ .Page.Title }}</a> {{ end }} </div> {{ end }} |