Remove blank target from default credit

This commit is contained in:
Will Faught
2025-02-07 23:45:23 -08:00
parent 077bd3eac7
commit 46e3c31da2
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
{{ if $credit }}
{{ $credit = markdownify $credit }}
{{ else }}
{{ $credit = `<a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige" target="_blank">Paige Theme</a>` | safeHTML }}
{{ $credit = `<a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a>` | safeHTML }}
{{ end }}
{{ $credit = $credit | and ($page.Param "paige.site.disable_credit" | not) }}