Adjust heading sizes

This commit is contained in:
C. Lente 2023-04-27 11:55:52 -03:00
parent be1cbcc552
commit 603876b88d
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
2 changed files with 9 additions and 19 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 }}