absURL -> relURL

This commit is contained in:
2025-03-20 10:46:25 -04:00
parent 20bca4e8b7
commit beaa7319f7
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
</p>
{{ with .Params.button }}
{{ if .enable }}
<a class="btn btn-primary" href="{{ .link | absURL }}">
<a class="btn btn-primary" href="{{ .link | relURL }}">
{{ .label }}
</a>
{{ end }}