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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/article-author.html')
-rw-r--r--layouts/partials/article-author.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/partials/article-author.html b/layouts/partials/article-author.html
index a3e12e3..4ea8c6a 100644
--- a/layouts/partials/article-author.html
+++ b/layouts/partials/article-author.html
@@ -14,21 +14,21 @@
<div class="details">
{{- with .github -}}
- <a class="item" href="https://github.com/{{- . | safeHTML -}}" target="_blank"><span class="iconfont icon-github"></span>&nbsp;{{- . -}}</a>
+ <a class="item" href="https://github.com/{{- . | safeHTML -}}" target="_blank" rel="noopener noreferrer"><span class="iconfont icon-github"></span>&nbsp;{{- . -}}</a>
{{- end -}}
{{- with .docker -}}
- <a class="item" href="https://hub.docker.com/u/{{- . | safeHTML -}}" target="_blank"><span class="iconfont icon-docker"></span>&nbsp;{{- . -}}</a>
+ <a class="item" href="https://hub.docker.com/u/{{- . | safeHTML -}}" target="_blank" rel="noopener noreferrer"><span class="iconfont icon-docker"></span>&nbsp;{{- . -}}</a>
{{- end -}}
{{- with .twitter -}}
- <a class="item" href="https://twitter.com/{{- . | safeHTML -}}" target="_blank"><span class="iconfont icon-twitter"></span>&nbsp;@{{- . -}}</a>
+ <a class="item" href="https://twitter.com/{{- . | safeHTML -}}" target="_blank" rel="noopener noreferrer"><span class="iconfont icon-twitter"></span>&nbsp;@{{- . -}}</a>
{{- end -}}
{{- with .email -}}
- <a class="item" href="mailto:{{- . | safeHTML -}}" target="_blank"><span class="iconfont icon-email"></span>&nbsp;{{- . -}}</a>
+ <a class="item" href="mailto:{{- . | safeHTML -}}" target="_blank" rel="noopener noreferrer"><span class="iconfont icon-email"></span>&nbsp;{{- . -}}</a>
{{- end -}}
</div>
</section>
{{- end -}}
-{{- end -}} \ No newline at end of file
+{{- end -}}