Add "rel=noopener" to "target=_blank" links (#13)

This commit is contained in:
Luca Berton 2017-10-03 15:42:08 +02:00 committed by Vicky
parent c5accbb6cd
commit 9066105f2d
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# <a href="https://vickylai.io/introduction/" target="_blank">Introduction theme for Hugo</a>
# <a href="https://vickylai.io/introduction/" target="_blank" rel="noopener">Introduction theme for Hugo</a>
A minimal, single page, smooth scrolling theme for Hugo.

View file

@ -3,7 +3,7 @@
{{ if .Site.Params.footertext }}
{{ .Site.Params.footertext }}
{{ else }}
<span class="footer-text"><a href="https://github.com/hivickylai/hugo-theme-introduction" target="_blank">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank">Hugo</a>. Made with <i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i>. <a href="https://vickylai.io" target="_blank">Vicky Lai</a> 2017</span>
<span class="footer-text"><a href="https://github.com/hivickylai/hugo-theme-introduction" target="_blank" rel="noopener">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank" rel="noopener">Hugo</a>. Made with <i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i>. <a href="https://vickylai.io" target="_blank" rel="noopener">Vicky Lai</a> 2017</span>
{{ end }}
</div><!-- End Footer container -->
</div><!-- End Footer section -->
</div><!-- End Footer section -->