diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 998b59a..71d832d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -23,6 +23,7 @@ pygmentsCodefencesGuessSyntax = true comments = true readingTime = true useHLJS = true + socialShare = true # gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic" #[[Params.bigimg]] diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 42f6089..6422dbb 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,6 +4,14 @@
+ {{ partial "share-links" . }} +
+