Skip to content

Commit

Permalink
Use RelPermalink for tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Jan 4, 2025
1 parent 1913448 commit b25c0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{ i18n "taxo_tags" }}:
<ul>
{{ range (.GetTerms "tags") -}}
<li><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li>
<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
{{ end -}}
</ul>
</div>

0 comments on commit b25c0ce

Please sign in to comment.