aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-05-05 14:29:12 -0600
committerkballou <kballou@devnulllabs.io>2017-09-02 19:31:45 -0600
commit03b1e598c861f334c81015a37a2275bd3c87f01d (patch)
treec38e2d3c54e8fd725ec83982093881c6b12dde37
parenta1aeab913d58bd36bbbf058290f9c38a3b5aeff6 (diff)
downloadblog.kennyballou.com-03b1e598c861f334c81015a37a2275bd3c87f01d.tar.gz
blog.kennyballou.com-03b1e598c861f334c81015a37a2275bd3c87f01d.tar.xz
Add `rel="noopener noreferrer"` to external links
[1]: https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/
-rw-r--r--layouts/partials/subheader.html20
1 files changed, 15 insertions, 5 deletions
diff --git a/layouts/partials/subheader.html b/layouts/partials/subheader.html
index ab29ead..962a7bc 100644
--- a/layouts/partials/subheader.html
+++ b/layouts/partials/subheader.html
@@ -8,19 +8,29 @@
<div class="colright">
<header>
<div id="author">
- <a href="https://github.com/kennyballou" target="_blank">
+ <a href="https://github.com/kennyballou"
+ target="_blank"
+ rel="noopener noreferrer">
<i class="fade fa fa-github-square fa-1x"></i>
</a>
- <a href="https://bitbucket.org/kballou" target="_blank">
+ <a href="https://bitbucket.org/kballou"
+ target="_blank"
+ rel="noopener noreferrer">
<i class="fade fa fa-bitbucket-square fa-1x"></i>
</a>
- <a href="http://www.linkedin.com/in/kennyballou" target="_blank">
+ <a href="http://www.linkedin.com/in/kennyballou"
+ target="_blank"
+ rel="noopener noreferrer">
<i class="fade fa fa-linkedin-square fa-1x"></i>
</a>
- <a href="https://plus.google.com/+KennyBallou" target="_blank">
+ <a href="https://plus.google.com/+KennyBallou"
+ target="_blank"
+ rel="noopener noreferrer">
<i class="fade fa fa-google-plus-square fa-1x"></i>
</a>
- <a href="https://twitter.com/kennyballou" target="_blank">
+ <a href="https://twitter.com/kennyballou"
+ target="_blank"
+ rel="noopener noreferrer">
<i class="fade fa fa-twitter-square fa-1x"></i>
</a>
</div>