aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2024-03-04 16:35:15 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2024-03-04 16:35:15 -0300
commit5d2a097a0b147ef62f206db3e3895321b6c4f114 (patch)
treefd15363f8ce08be163772839917ddd28f7efe8f2
parent0d99fd11dc124ebdc98551ac20761bb8f25ad326 (diff)
downloadhugo-bearcub-5d2a097a0b147ef62f206db3e3895321b6c4f114.tar.gz
hugo-bearcub-5d2a097a0b147ef62f206db3e3895321b6c4f114.tar.bz2
Remove HTML spacing
-rw-r--r--assets/style.css1
-rw-r--r--layouts/_default/list.html2
-rw-r--r--layouts/_default/single.html2
3 files changed, 3 insertions, 2 deletions
diff --git a/assets/style.css b/assets/style.css
index 0173a36..3492237 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -134,6 +134,7 @@ ul.blog-posts li a:visited {
a.blog-tags {
line-height: 2;
+ margin-right: 12px;
}
h3.blog-filter {
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>&nbsp;&nbsp;
+ <a class="blog-tags" href="{{ .Page.Permalink }}">#{{ .Page.Title }}</a>
{{ end }}
</div>
{{ end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 6f6c699..b176628 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -13,7 +13,7 @@
</content>
<p>
{{ range (.GetTerms "tags") }}
- <a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>&nbsp;&nbsp;
+ <a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>
{{ end }}
</p>
{{ with .Site.Params.author.email }}