diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 18:25:31 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 18:25:31 +0200 |
| commit | 4a538521e19b6947f7db3498eff03b8788ba9d45 (patch) | |
| tree | 64e8952fd510fdf7d4c99837fb1b706692c4838f | |
| parent | d509faeb3db4f6412d6762f1d2adbfcbb3dc77aa (diff) | |
| download | mitjafelicijan.com-4a538521e19b6947f7db3498eff03b8788ba9d45.tar.gz | |
content update
| -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 | { |
