Fix REF_NOT_FOUND build errors after hugo update

This commit is contained in:
ItsDrike 2024-06-05 15:10:03 +02:00
parent 01d192db11
commit b795c0b517
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
{{ if .Params.tags }}
<span class="pr-2" title="Tags">
<a href="{{ ref . " /tags" }}" class="no-color-change mr-1">
<a href="{{ ref . "/tags" }}" class="no-color-change mr-1">
<i class="fas fa-tags small content-detail"></i>
</a>
{{ range $i, $e := .Params.tags }}