layouts: Remove target="_blank" attribute from external links

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-05-16 22:40:45 +02:00
parent 6e06a5081c
commit a778998c42
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -6,7 +6,6 @@
{{- else -}}
rel="external noreferrer {{ .Get "relAdd" }}"
{{- end }}
target="_blank"
>
{{- trim .Inner " \n" -}}
</a>