Skip to content

Commit

Permalink
Merge pull request #468 from Spirit532/patch-1
Browse files Browse the repository at this point in the history
Add option to not open the socials link on a new page
  • Loading branch information
rhazdon authored May 15, 2024
2 parents d252333 + 04c8f86 commit b607c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/social-icons.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{ range . -}}
&nbsp; <a href="{{ .url }}" target="_blank" rel="me noopener {{ .rel }}" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a> &nbsp;
&nbsp; <a href="{{ .url }}" {{if eq .nonewpage 0}} target="_blank" {{end}} rel="me noopener {{ .rel }}" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a> &nbsp;
{{- end -}}

0 comments on commit b607c4c

Please sign in to comment.