Remove target="_blank" from links

This commit is contained in:
Jonah Aragon
2022-08-31 20:57:32 -05:00
parent ddaf94cd3d
commit 8c40461fc6
6 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
<div class="social-icons">
{{- range . }}
<a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
<a href="{{ trim .url " " }}" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
{{ partial "svg.html" . }}
</a>
{{- end }}