diff options
| -rw-r--r-- | .jekyll-metadata | bin | 30508 -> 30508 bytes | |||
| -rw-r--r-- | _includes/footer.html | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.jekyll-metadata b/.jekyll-metadata index ef2e7d3..338cf1c 100644 --- a/.jekyll-metadata +++ b/.jekyll-metadata | |||
| Binary files differ | |||
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 | { |
