Skip to content

Commit fae1d8c

Browse files
author
MarcoFalke
committed
Remove "Share On" links
1 parent 1db9657 commit fae1d8c

File tree

6 files changed

+0
-84
lines changed

6 files changed

+0
-84
lines changed

_includes/social-share.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

_layouts/doc.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ <h3 class="toc-header">
8080
</ul>
8181
{% endif %}
8282
{% endif %}
83-
{% if page.share != false %}
84-
<hr />
85-
{% include social-share.html %}
86-
{% endif %}
8783
</div><!-- /.article-wrap -->
8884
</article>
8985
</div><!-- /#index -->

_layouts/page.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ <h1>{{ page.title | xml_escape }}</h1>
3737
<div class="article-wrap">
3838
<!-- { % include istranslated.html % } -->
3939
{{ content }}
40-
{% if page.share != false %}
41-
<hr />
42-
{% include social-share.html %}
43-
{% endif %}
4440
</div><!-- /.article-wrap -->
4541
</article>
4642
</div><!-- /#index -->

_layouts/post.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ <h1 class="p-name"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title
5252
</div>
5353
<hr />
5454
<footer role="contentinfo">
55-
{% if page.share != false %}{% include social-share.html %}{% endif %}
5655
<p class="byline">
5756
<strong>{{ page.title }}</strong>
5857
was published on

_sass/page.scss

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -790,66 +790,6 @@ li.lang:hover {
790790
}
791791
}
792792

793-
/* Social sharing links */
794-
/* Social media brand buttons */
795-
.social-share {
796-
margin-bottom: 0px + $doc-line-height;
797-
margin-bottom: 0rem + ($doc-line-height / $doc-font-size);
798-
ul, li {
799-
margin: 0;
800-
padding: 0;
801-
list-style: none;
802-
}
803-
li {
804-
display: inline-block;
805-
}
806-
$social:
807-
(facebook, $facebook-color),
808-
(flickr, $flickr-color),
809-
(foursquare, $foursquare-color),
810-
(google-plus, $google-plus-color),
811-
(instagram, $instagram-color),
812-
(linkedin, $linkedin-color),
813-
(pinterest, $pinterest-color),
814-
(rss, $rss-color),
815-
(tumblr, $tumblr-color),
816-
(twitter, $twitter-color),
817-
(vimeo, $vimeo-color),
818-
(youtube, $youtube-color);
819-
@each $socialnetwork, $color in $social {
820-
.#{$socialnetwork} {
821-
background: $color;
822-
}
823-
}
824-
a {
825-
display: block;
826-
padding: 8px 20px;
827-
text-decoration: none !important;
828-
text-transform: uppercase;
829-
@include font-rem(14);
830-
font-family: $heading-font;
831-
font-weight: 700;
832-
color: $white;
833-
opacity: 0.8;
834-
&:hover {
835-
opacity: 1;
836-
}
837-
}
838-
span {
839-
display: none;
840-
@media #{$medium} {
841-
display: inline;
842-
padding-left: 5px;
843-
}
844-
}
845-
h4 {
846-
@include font-rem(14);
847-
margin-bottom: 10px;
848-
text-transform: uppercase;
849-
}
850-
}
851-
852-
853793
/* Footer wrapper */
854794
.footer-wrap {
855795
background-color: lighten($black,90);

_sass/print.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
@media print {
1010
.top-navigation,
11-
.social-share,
1211
.related-articles,
1312
.google-ads {
1413
display: none;

0 commit comments

Comments
 (0)