Skip to content

Commit

Permalink
Remove HTML spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
clente committed Mar 4, 2024
1 parent 0d99fd1 commit 5d2a097
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ ul.blog-posts li a:visited {

a.blog-tags {
line-height: 2;
margin-right: 12px;
}

h3.blog-filter {
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3 class="blog-filter">{{ i18n "filtering-for" }} "{{ .Title }}"</h3>
{{ 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 }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>{{ .Title }}</h1>
</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 }}
Expand Down

0 comments on commit 5d2a097

Please sign in to comment.