diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 5c730478..bf8589de 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -40,7 +40,7 @@ {% if author.links %} {% for link in author.links %} {% if link.label and link.url %} -
  • {{ link.label }}
  • +
  • {{ link.label }}
  • {% endif %} {% endfor %} {% endif %} @@ -48,7 +48,7 @@ {% if author.uri %}
  • {% endif %} @@ -57,7 +57,7 @@
  • - {{ site.data.ui-text[site.locale].email_label | default: "Email" }} + {{ site.data.ui-text[site.locale].email_label | default: "Email" }}
  • {% endif %} @@ -65,7 +65,7 @@ {% if author.keybase %}
  • - Keybase + Keybase
  • {% endif %} @@ -73,7 +73,7 @@ {% if author.twitter %}
  • - Twitter + Twitter
  • {% endif %} @@ -81,7 +81,7 @@ {% if author.facebook %}
  • - Facebook + Facebook
  • {% endif %} @@ -89,7 +89,7 @@ {% if author.linkedin %}
  • - LinkedIn + LinkedIn
  • {% endif %} @@ -97,7 +97,7 @@ {% if author.xing %}
  • - XING + XING
  • {% endif %} @@ -105,7 +105,7 @@ {% if author.instagram %}
  • - Instagram + Instagram
  • {% endif %} @@ -113,7 +113,7 @@ {% if author.tumblr %}
  • - Tumblr + Tumblr
  • {% endif %} @@ -121,7 +121,7 @@ {% if author.bitbucket %}
  • - Bitbucket + Bitbucket
  • {% endif %} @@ -129,7 +129,7 @@ {% if author.github %}
  • - GitHub + GitHub
  • {% endif %} @@ -137,7 +137,7 @@ {% if author.gitlab %}
  • - GitLab + GitLab
  • {% endif %} @@ -145,7 +145,7 @@ {% if author.stackoverflow %}
  • - Stack Overflow + Stack Overflow
  • {% endif %} @@ -153,7 +153,7 @@ {% if author.lastfm %}
  • - Last.fm + Last.fm
  • {% endif %} @@ -161,7 +161,7 @@ {% if author.dribbble %}
  • - Dribbble + Dribbble
  • {% endif %} @@ -169,7 +169,7 @@ {% if author.pinterest %}
  • - Pinterest + Pinterest
  • {% endif %} @@ -177,7 +177,7 @@ {% if author.foursquare %}
  • - Foursquare + Foursquare
  • {% endif %} @@ -185,7 +185,7 @@ {% if author.steam %}
  • - Steam + Steam
  • {% endif %} @@ -194,13 +194,13 @@ {% if author.youtube contains "://" %}
  • - YouTube + YouTube
  • {% elsif author.youtube %}
  • - YouTube + YouTube
  • {% endif %} @@ -209,7 +209,7 @@ {% if author.soundcloud %}
  • - SoundCloud + SoundCloud
  • {% endif %} @@ -217,7 +217,7 @@ {% if author.weibo %}
  • - Weibo + Weibo
  • {% endif %} @@ -225,7 +225,7 @@ {% if author.flickr %}
  • - Flickr + Flickr
  • {% endif %} @@ -233,7 +233,7 @@ {% if author.codepen %}
  • - CodePen + CodePen
  • {% endif %} @@ -241,7 +241,7 @@ {% if author.vine %}
  • - Vine + {{ site.data.ui-text[site.locale].email_label | default: "Email" }}
  • {% endif %} diff --git a/_sass/minimal-mistakes/_sidebar.scss b/_sass/minimal-mistakes/_sidebar.scss index d3a3ce16..97013ad8 100644 --- a/_sass/minimal-mistakes/_sidebar.scss +++ b/_sass/minimal-mistakes/_sidebar.scss @@ -194,6 +194,12 @@ } } + .author__urls { + span.label { + padding-left: 5px; + } + } + @include breakpoint($large) { display: block; }