This commit is contained in:
Caio Lente 2024-03-05 15:24:13 -03:00
parent fe5c892af5
commit c8673f43ba
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
4 changed files with 5 additions and 5 deletions

View file

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