Sync config names

This commit is contained in:
Will Faught
2025-02-08 17:23:04 -08:00
parent 44da496691
commit 2503023fa4
13 changed files with 23 additions and 23 deletions

View File

@@ -5,4 +5,4 @@
{{ $external := cond (urls.Parse $url).IsAbs (not (strings.HasSuffix $url site.BaseURL)) false }}
{{ return cond (and $external ($page.Param "paige.external_link_new_tab" | not | not)) "_blank" "" }}
{{ return cond (and $external ($page.Param "paige.site.external_link_new_tab" | not | not)) "_blank" "" }}