diff --git a/.themes/classic/sass/partials/_sharing.scss b/.themes/classic/sass/partials/_sharing.scss
index 0f8a4ac..dbc571e 100644
--- a/.themes/classic/sass/partials/_sharing.scss
+++ b/.themes/classic/sass/partials/_sharing.scss
@@ -11,7 +11,6 @@
width: image-width($img);
height: image-height($img);
position: absolute; left: 3px;
- top: 3px;
}
} @else if $icon {
padding-left: icon-sprite-width($icon) + 6px;
@@ -19,7 +18,6 @@
vertical-align: middle;
@extend .icon-#{$icon};
position: absolute; left: 3px;
- top: 3px;
}
}
}
@@ -67,12 +65,18 @@
.googleplus-share {
@extend .simple-social-button;
@include social-button-bg('googleplus', #db583b);
+ &:before { top: 5px; }
}
.facebook-share {
@extend .simple-social-button;
@include social-button-bg('facebook', #4e5a9b);
+ &:before { top: 3px; }
}
.twitter-share, .sidebar a.twitter-follow-button {
@extend .simple-social-button;
@include social-button-bg('twitter');
}
+.sidebar .github-follow {
+ @extend .simple-social-button;
+ @include social-button-bg('github');
+}
diff --git a/.themes/classic/source/_includes/after_footer.html b/.themes/classic/source/_includes/after_footer.html
index 0324a32..88c0de3 100644
--- a/.themes/classic/source/_includes/after_footer.html
+++ b/.themes/classic/source/_includes/after_footer.html
@@ -5,3 +5,9 @@
{% include twitter_sharing.html %}
{% endunless %}
{% include custom/after_footer.html %}
+{% if site.github_user %}
+
+{% endif %}
+{% if site.twitter_user %}
+
+{% endif %}
diff --git a/.themes/classic/source/_includes/asides/github.html b/.themes/classic/source/_includes/asides/github.html
index e470007..349ffbe 100644
--- a/.themes/classic/source/_includes/asides/github.html
+++ b/.themes/classic/source/_includes/asides/github.html
@@ -1,30 +1,11 @@
{% if site.github_user %}
{% endif %}
diff --git a/.themes/classic/source/_includes/asides/twitter.html b/.themes/classic/source/_includes/asides/twitter.html
index 32a894f..3954a8b 100644
--- a/.themes/classic/source/_includes/asides/twitter.html
+++ b/.themes/classic/source/_includes/asides/twitter.html
@@ -1,19 +1,9 @@
{% if site.twitter_user %}