From 3ba730043f5cf0372362c540461acf583840b4a7 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 19 Mar 2024 11:21:39 -0600 Subject: [PATCH] Fixed issues with external links not opening in a new tab --- pages/templates/partials/cardlinks.html | 27 ++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/pages/templates/partials/cardlinks.html b/pages/templates/partials/cardlinks.html index 64b2f90..3d04a48 100644 --- a/pages/templates/partials/cardlinks.html +++ b/pages/templates/partials/cardlinks.html @@ -26,18 +26,27 @@ {{if .Href}}
- {{if eq true .Internal}} - + + + {{else}} - + + + {{end}} -
{{end}}