diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-03-04 16:35:15 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-03-04 16:35:15 -0300 |
commit | 5d2a097a0b147ef62f206db3e3895321b6c4f114 (patch) | |
tree | fd15363f8ce08be163772839917ddd28f7efe8f2 /layouts/_default/list.html | |
parent | 0d99fd11dc124ebdc98551ac20761bb8f25ad326 (diff) | |
download | hugo-bearcub-5d2a097a0b147ef62f206db3e3895321b6c4f114.tar.gz hugo-bearcub-5d2a097a0b147ef62f206db3e3895321b6c4f114.tar.bz2 |
Remove HTML spacing
Diffstat (limited to 'layouts/_default/list.html')
-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 354bc9c..3813bd0 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 }} |