aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-11-30 19:58:56 -0500
committerThedro Neely <thedroneely@gmail.com>2022-11-30 19:58:56 -0500
commitfacff9c0fc5200fbeb27302ab792371ecc620388 (patch)
tree606f47e011a4b40beffa354c259c043e5ede0ee9
parent0551d2ce8dccab0e4727175ca9da6ecef9655661 (diff)
downloadthedroneely.com-facff9c0fc5200fbeb27302ab792371ecc620388.tar.gz
thedroneely.com-facff9c0fc5200fbeb27302ab792371ecc620388.tar.bz2
thedroneely.com-facff9c0fc5200fbeb27302ab792371ecc620388.zip
generators: Remove target _blank
Lets future navigation integrations be more consistent
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/_markup/render-link.html1
-rw-r--r--generators/openring/template.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/_markup/render-link.html b/generators/hugo/themes/tdro/layouts/_default/_markup/render-link.html
index 9ba8096..51d01b4 100644
--- a/generators/hugo/themes/tdro/layouts/_default/_markup/render-link.html
+++ b/generators/hugo/themes/tdro/layouts/_default/_markup/render-link.html
@@ -13,7 +13,6 @@
title="{{ . }}"
{{ end }}
{{- if $isRemote -}}
- target="_blank"
rel="noopener no-referrer"
{{ end }}>
{{- .Text | safeHTML -}}
diff --git a/generators/openring/template.html b/generators/openring/template.html
index 35110c6..5e485aa 100644
--- a/generators/openring/template.html
+++ b/generators/openring/template.html
@@ -5,7 +5,6 @@
<a
href="{{ .Link }}"
rel="noopener"
- target="_blank"
title="{{ .Summary }}"
>
{{ .Title }}