aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index ecc658d..1755e07 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -20,6 +20,16 @@
20 }); 20 });
21</script> 21</script>
22 22
23<!-- Open external links in new tab -->
24<script>
25 let links = document.links;
26 for (let i = 0, linksLength = links.length; i < linksLength; i++) {
27 if (links[i].hostname != window.location.hostname) {
28 links[i].target = '_blank';
29 }
30 }
31</script>
32
23<!-- Social Profile --> 33<!-- Social Profile -->
24<script type="application/ld+json"> 34<script type="application/ld+json">
25{ 35{