From 1263d93e1e38c21adf877adc1ae7061b08831734 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sun, 6 Feb 2022 17:34:04 +0800 Subject: [PATCH] profile: remove platform-specific link generators those are dumb when you have a generic one --- _config.yml | 1 - _includes/author-profile.html | 202 ---------------------------------- 2 files changed, 203 deletions(-) diff --git a/_config.yml b/_config.yml index faecc36..9cd3951 100644 --- a/_config.yml +++ b/_config.yml @@ -105,7 +105,6 @@ author: home: /about/ bio: "Always debugging." location: - email: links: - label: "Email" icon: "envelope-square" diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 0eb30ad..dc5ff9e 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -45,208 +45,6 @@ {% endif %} {% endfor %} {% endif %} - - {% if author.uri %} -
  • - -
  • - {% endif %} - - {% if author.email %} -
  • - - - {{ site.data.ui-text[site.locale].email_label | default: "Email" }} - -
  • - {% endif %} - - {% if author.keybase %} -
  • - - Keybase - -
  • - {% endif %} - - {% if author.twitter %} -
  • - - Twitter - -
  • - {% endif %} - - {% if author.facebook %} -
  • - - Facebook - -
  • - {% endif %} - - {% if author.linkedin %} -
  • - - LinkedIn - -
  • - {% endif %} - - {% if author.xing %} -
  • - - XING - -
  • - {% endif %} - - {% if author.instagram %} -
  • - - Instagram - -
  • - {% endif %} - - {% if author.tumblr %} -
  • - - Tumblr - -
  • - {% endif %} - - {% if author.bitbucket %} -
  • - - Bitbucket - -
  • - {% endif %} - - {% if author.github %} -
  • - - GitHub - -
  • - {% endif %} - - {% if author.gitlab %} -
  • - - GitLab - -
  • - {% endif %} - - {% if author.stackoverflow %} -
  • - - Stack Overflow - -
  • - {% endif %} - - {% if author.lastfm %} -
  • - - Last.fm - -
  • - {% endif %} - - {% if author.dribbble %} -
  • - - Dribbble - -
  • - {% endif %} - - {% if author.pinterest %} -
  • - - Pinterest - -
  • - {% endif %} - - {% if author.foursquare %} -
  • - - Foursquare - -
  • - {% endif %} - - {% if author.steam %} -
  • - - Steam - -
  • - {% endif %} - - {% if author.youtube %} - {% if author.youtube contains "://" %} -
  • - - YouTube - -
  • - {% elsif author.youtube %} -
  • - - YouTube - -
  • - {% endif %} - {% endif %} - - {% if author.soundcloud %} -
  • - - SoundCloud - -
  • - {% endif %} - - {% if author.weibo %} -
  • - - Weibo - -
  • - {% endif %} - - {% if author.flickr %} -
  • - - Flickr - -
  • - {% endif %} - - {% if author.codepen %} -
  • - - CodePen - -
  • - {% endif %} - - {% if author.vine %} -
  • - - {{ site.data.ui-text[site.locale].email_label | default: "Email" }} - -
  • - {% endif %} - -- 2.43.0