aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-08 13:53:39 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-08 13:53:39 +0200
commitee08b78e098c416b535d1f4454410e6eb2d46241 (patch)
tree07791d14403326c25602cb6a9251320e343d5165 /_includes
parent2e36f087121ecc885787ab1b024f51e95c83ea34 (diff)
downloadmitjafelicijan.com-ee08b78e098c416b535d1f4454410e6eb2d46241.tar.gz
content update
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index df02f22..6ee180d 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -26,6 +26,7 @@
26 for (let i = 0, linksLength = links.length; i < linksLength; i++) { 26 for (let i = 0, linksLength = links.length; i < linksLength; i++) {
27 if (links[i].hostname != window.location.hostname) { 27 if (links[i].hostname != window.location.hostname) {
28 links[i].target = '_blank'; 28 links[i].target = '_blank';
29 links[i].setAttribute('rel', 'noopener');
29 } 30 }
30 } 31 }
31</script> 32</script>