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

Make social sharing less obnoxious #164

Merged
merged 1 commit into from
Feb 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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";