Remove HTML spacing

This commit is contained in:
Caio Lente 2024-03-04 16:35:15 -03:00
parent 0d99fd11dc
commit 5d2a097a0b
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
3 changed files with 3 additions and 2 deletions

View file

@ -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 }}