We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1989d5e commit 55446efCopy full SHA for 55446ef
layouts/index.html
@@ -20,7 +20,7 @@ <h2>{{ .Site.Params.Description }}</h2>
20
<ul class="gk-social-icons-list">
21
{{ range .Site.Params.SocialIcons }}
22
<li class="gk-social-icon">
23
- <a href="{{ .url }}" {{ if .rel }}rel="{{ .rel }}"{{ end }} aria-label="Learn more on {{ .name }}">
+ <a href="{{ .url }}" target="_blank" rel="{{ if .rel }}{{ .rel }} {{ end }}noopener noreferrer" aria-label="Learn more on {{ .name }}">
24
<img class="svg-inject" src="{{ relURL "svg/icons/" }}{{ .name | lower }}.svg" alt="">
25
</a>
26
</li>
0 commit comments