Skip to content

Commit

Permalink
Fix: disable share on exampleSite
Browse files Browse the repository at this point in the history
  • Loading branch information
qqpann committed Dec 2, 2019
1 parent 8dd7143 commit c64024c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ description = "Hugo-Primer theme's example site"
twitter = ""
useIcon = false
useTwitterCard = true
shareTo = ["Twitter", "Hatena", "Facebook", "Pocket"]
# exampleSite must not have share button: #36
# shareTo = ["Twitter", "Hatena", "Facebook", "Pocket"]
shareTo = []
showFooterCredits = true
math = true

0 comments on commit c64024c

Please sign in to comment.