Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

Commit

Permalink
Make social sharing less obnoxious (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Stratton <[email protected]>
  • Loading branch information
mattstratton authored Feb 2, 2017
1 parent 25aa003 commit 78d356c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -3753,7 +3753,7 @@
"dS": 0,
"ft": 4,
"ma": 1,
"oA": 1,
"oA": 2,
"oAP": "\/bower_components\/jssocials\/styles\/jssocials-theme-flat.scss",
"oF": 0,
"oS": 3,
Expand All @@ -3779,7 +3779,7 @@
"dS": 0,
"ft": 4,
"ma": 1,
"oA": 2,
"oA": 1,
"oAP": "\/bower_components\/jssocials\/styles\/jssocials-theme-plain.scss",
"oF": 0,
"oS": 3,
Expand Down
4 changes: 3 additions & 1 deletion layouts/partials/footer_scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@

$("#share").jsSocials({
shares: ["email", {share: "twitter", via: '{{ $.Scratch.Get "twitter_handle" }}'}, "facebook", "linkedin"],
text: '{{ ($.Scratch.Get "sharing_title") }}'
text: '{{ ($.Scratch.Get "sharing_title") }}',
showLabel: false,
showCount: false
});
});

Expand Down
2 changes: 1 addition & 1 deletion static/css/site.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/css/site.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scss/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
@import "../../bower_components/font-awesome/scss/font-awesome.scss";
@import "../../bower_components/jssocials/styles/_shares.scss";
@import "../../bower_components/jssocials/styles/jssocials.scss";
@import "../../bower_components/jssocials/styles/jssocials-theme-flat.scss";
@import "../../bower_components/jssocials/styles/jssocials-theme-plain.scss";
@import "../../bower_components/jquery-oembed-all/jquery.oembed";
@import "custom";

0 comments on commit 78d356c

Please sign in to comment.