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

@ -134,6 +134,7 @@ ul.blog-posts li a:visited {
a.blog-tags { a.blog-tags {
line-height: 2; line-height: 2;
margin-right: 12px;
} }
h3.blog-filter { h3.blog-filter {

View File

@ -28,7 +28,7 @@
{{ if not .Data.Singular }} {{ if not .Data.Singular }}
<div> <div>
{{ range .Site.Taxonomies.tags }} {{ 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 }} {{ end }}
</div> </div>
{{ end }} {{ end }}

View File

@ -13,7 +13,7 @@
</content> </content>
<p> <p>
{{ range (.GetTerms "tags") }} {{ range (.GetTerms "tags") }}
<a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>&nbsp;&nbsp; <a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>
{{ end }} {{ end }}
</p> </p>
{{ with .Site.Params.author.email }} {{ with .Site.Params.author.email }}