Always open credit link in new tab

This commit is contained in:
Will Faught
2025-02-06 18:10:56 -08:00
parent 33b46de5d5
commit 68bd7d3d62
2 changed files with 4 additions and 13 deletions

View File

@@ -177,7 +177,7 @@ There is a single parameter object with sensible defaults that can be overridden
color = "#0d6efd" # Bootstrap primary color and theme color for Safari and Windows
color_scheme = "auto" # Must be "auto", "dark", or "light"
copyright = "" # Appears below the page, above the site credit, if set. Defaults to the site copyright.
credit = '<a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a>'
credit = '<a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige" target="_blank">Paige Theme</a>'
date_format = ":date_long" # Hugo date format
description = "" # Site description. Appears above the menu, below the site title, if set.
edit = "" # File edit URL. Example: "https://github.com/account/project/edit/master/content/%s".