Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2017-09-10 12:46:24 +0300
committerGitHub <noreply@github.com>2017-09-10 12:46:24 +0300
commitd6595088d0cb0cd4db14c4fc9df928a8d46315a1 (patch)
tree6a074f9ffb29745720a97861ce1005fb975b751d /layouts/partials/header.html
parent4db772e12cf5f22ce7b3695301724dfd523b0375 (diff)
parent41027a3fdbb2296d32798ed5d636cee5132c548f (diff)
Merge pull request #147 from kakawait/feature/upgrade-to-origin-1.10.0
Upgrade to origin 1.10.0
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 8a410b3..86c363e 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -6,7 +6,7 @@
{{ with .Site.Params.header.rightLink }}
{{ if and (in .url ":") (not (in .url (printf "%s" $.Site.BaseURL))) }}
<a class="{{ if .icon }}header-right-icon {{ else }}header-right-picture {{ end }}{{ with .class }}{{ . }}{{ end }}"
- href="{{ .url | safeURL }}" target="_blank">
+ href="{{ .url | safeURL }}" target="_blank" rel="noopener">
{{ else if .url }}
<a class="{{ if .icon }}header-right-icon {{ else }}header-right-picture {{ end }}{{ with .class }}{{ . }}{{ end }}"
href="{{ .url | safeURL }}">