diff --git a/templates/svg.html b/templates/svg.html index 3d89775..b7d2681 100644 --- a/templates/svg.html +++ b/templates/svg.html @@ -2,193 +2,191 @@ {% if config.extra.social_icons %} {% for icon in config.extra.social_icons %} -  + {% if icon.name == "amazon" %} - + {% elif icon.name == "anilist" %} - + {% elif icon.name == "box" %} - + {% elif icon.name == "behance" %} - + {% elif icon.name == "bitbucket" %} - + {% elif icon.name == "case" %} - + {% elif icon.name == "chess" %} - + {% elif icon.name == "codeberg" %} - + {% elif icon.name == "codesandbox" %} - + {% elif icon.name == "codechef" %} - + {% elif icon.name == "codepen" %} - + {% elif icon.name == "csgo" %} - + {% elif icon.name == "cyberdefenders" %} - + {% elif icon.name == "dev" %} - + {% elif icon.name == "deviantart" %} - + {% elif icon.name == "discogs" %} - + {% elif icon.name == "discord" %} - + {% elif icon.name == "dribbble" %} - + {% elif icon.name == "docker" %} - + {% elif icon.name == "duolingo" %} - + {% elif icon.name == "email" %} - + {% elif icon.name == "facebook" %} - + {% elif icon.name == "facebook-messenger" %} - + {% elif icon.name == "fitbit" %} - + {% elif icon.name == "git" %} - + {% elif icon.name == "gitea" %} - + {% elif icon.name == "gitbook" %} - + {% elif icon.name == "github" %} - + {% elif icon.name == "gitlab" %} - + {% elif icon.name == "gitter" %} - + {% elif icon.name == "goodreads" %} - + {% elif icon.name == "googleplay" %} - + {% elif icon.name == "googlescholar" %} - + {% elif icon.name == "gpg" %} - + {% elif icon.name == "hackerone" %} - + {% elif icon.name == "hackerrank" %} - + {% elif icon.name == "hackthebox" %} - -{% elif icon.name == "imdb" %} - + +{% elif icon.name == "imdb" %} + {% elif icon.name == "instagram" %} - + {% elif icon.name == "itchio" %} - + {% elif icon.name == "jenkins" %} - + {% elif icon.name == "kaggle" %} - + {% elif icon.name == "keybase" %} - + {% elif icon.name == "kofi" %} - + {% elif icon.name == "lastfm" %} - + {% elif icon.name == "leetcode" %} - + {% elif icon.name == "letterboxd" %} - + {% elif icon.name == "librepay" %} - + {% elif icon.name == "lichess" %} - + {% elif icon.name == "linkedin" %} - + {% elif icon.name == "mastodon" %} - + {% elif icon.name == "matrix" %} - + {% elif icon.name == "medium" %} - + {% elif icon.name == "meetup" %} - + {% elif icon.name == "mixcloud" %} - + {% elif icon.name == "npm" %} - + {% elif icon.name == "opencollective" %} - + {% elif icon.name == "orcid" %} - + {% elif icon.name == "patreon" %} - + {% elif icon.name == "paypal" %} - + {% elif icon.name == "peertube" %} - + {% elif icon.name == "pinterest" %} - + {% elif icon.name == "pixelfed" %} - + {% elif icon.name == "pleroma" %} - + {% elif icon.name == "podcasts-apple" %} - + {% elif icon.name == "podcasts-google" %} - + {% elif icon.name == "polywork" %} - + {% elif icon.name == "reddit" %} - + {% elif icon.name == "researchgate" %} - + {% elif icon.name == "revolut" %} - + {% elif icon.name == "signal" %} - + {% elif icon.name == "slack" %} - + {% elif icon.name == "soundcloud" %} - + {% elif icon.name == "sourcehut" %} - + {% elif icon.name == "spotify" %} - + {% elif icon.name == "stackoverflow" %} - + {% elif icon.name == "steam" %} - + {% elif icon.name == "strava" %} - + {% elif icon.name == "telegram" %} - + {% elif icon.name == "threema" %} - + {% elif icon.name == "tryhackme" %} - + {% elif icon.name == "tumblr" %} - + {% elif icon.name == "twitch" %} - + {% elif icon.name == "twitter" %} - + {% elif icon.name == "unsplash" %} - + {% elif icon.name == "whatsapp" %} - + {% elif icon.name == "xampp" %} - + {% elif icon.name == "xda" %} - + {% elif icon.name == "xing" %} - + {% elif icon.name == "xmpp" %} - + {% elif icon.name == "ycombinator" %} - + {% elif icon.name == "youtube" %} - + {% endif %} - -  {% endfor %} {% endif %}