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

@ -16,7 +16,7 @@
{{ if .Params.link }}
<a href="{{ .Params.link }}" target="_blank">{{ .Title }} ↪</a>
{{ else }}
<a href="{{ .Permalink }}">{{ .Title }}</a>
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
{{ end }}
</li>
{{ else }}
@ -28,7 +28,7 @@
{{ if not .Data.Singular }}
<div>
{{ range .Site.Taxonomies.tags }}
<a class="blog-tags" href="{{ .Page.Permalink }}">#{{ lower .Page.Title }}</a>
<a class="blog-tags" href="{{ .Page.RelPermalink }}">#{{ lower .Page.Title }}</a>
{{ end }}
</div>
{{ end }}