You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{{ $params := . }}
|
|
|
|
{{ $page := $params.page }}
|
|
{{ $url := $params.url }}
|
|
|
|
{{ $external := cond (urls.Parse $url).IsAbs (not (strings.HasSuffix $url site.BaseURL)) false }}
|
|
|
|
{{ return cond (and $external ($page.Param "paige.site.external_link_new_tab" | not | not)) "_blank" "" }}
|