diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk index 23f9a3e..aa78b8f 100644 --- a/src/_includes/partials/footer.njk +++ b/src/_includes/partials/footer.njk @@ -31,7 +31,7 @@ {% for key, value in personal.platforms %} {% if value != "" %} - + {{ key | capitalize }} {% svg 'platform/' + key %} @@ -44,7 +44,7 @@ diff --git a/src/assets/css/global/blocks/external-link.css b/src/assets/css/global/blocks/external-link.css index 89cf8ca..42d99a8 100644 --- a/src/assets/css/global/blocks/external-link.css +++ b/src/assets/css/global/blocks/external-link.css @@ -1,12 +1,14 @@ -article - a[href^='http']:not([href*='localhost:8080']):not([href*='eleventy-excellent.netlify.app']):not(.button) { +a[href^='http']:not([href*='localhost:8080']):not([href*='eleventy-excellent.netlify.app']):not(.button):not( + .no-indicator + ), +.indicator { padding-inline-end: 0.8em; } -article - a[href^='http']:not([href*='localhost:8080']):not([href*='eleventy-excellent.netlify.app']):not( +a[href^='http']:not([href*='localhost:8080']):not([href*='eleventy-excellent.netlify.app']):not( .no-indicator - )::after { + )::after, +.indicator::after { position: absolute; display: inline-block; inline-size: 1em;