diff --git a/exampleSite/content/post/chapter-1.md b/exampleSite/content/post/chapter-1.md index bbeaee6..ff2a14f 100644 --- a/exampleSite/content/post/chapter-1.md +++ b/exampleSite/content/post/chapter-1.md @@ -4,12 +4,6 @@ description: "The Grand Hall" featured_image: "/images/Pope-Edouard-de-Beaumont-1844.jpg" tags: ["scene"] title: "Chapter I: The Grand Hall" -social_share: - display_social_share: true - social_items: - facebook: true - twitter: true - linkedin: true --- Three hundred and forty-eight years, six months, and nineteen days ago diff --git a/exampleSite/content/post/chapter-2.md b/exampleSite/content/post/chapter-2.md index 02adad5..b3c7d4f 100644 --- a/exampleSite/content/post/chapter-2.md +++ b/exampleSite/content/post/chapter-2.md @@ -4,12 +4,6 @@ description: "Pierre Gringoire" featured_image: "" tags: [] title: "Chapter II: Pierre Gringoire" -social_share: - display_social_share: true - social_items: - facebook: true - twitter: true - linkedin: true --- Nevertheless, as be harangued them, the satisfaction and admiration diff --git a/exampleSite/content/post/chapter-3.md b/exampleSite/content/post/chapter-3.md index 07c55b3..cd29cee 100644 --- a/exampleSite/content/post/chapter-3.md +++ b/exampleSite/content/post/chapter-3.md @@ -4,12 +4,6 @@ description: "Monsieur the Cardinal" featured_image: "" tags: [] title: "Chapter III: Monsieur the Cardinal" -social_share: - display_social_share: true - social_items: - facebook: true - twitter: true - linkedin: true --- Poor Gringoire! the din of all the great double petards of the Saint-Jean, diff --git a/exampleSite/content/post/chapter-4.md b/exampleSite/content/post/chapter-4.md index 903d317..f49d937 100644 --- a/exampleSite/content/post/chapter-4.md +++ b/exampleSite/content/post/chapter-4.md @@ -4,12 +4,6 @@ description: "Master Jacques Coppenole" featured_image: "" tags: ["scene"] title: "Chapter IV: Master Jacques Coppenole" -social_share: - display_social_share: true - social_items: - facebook: true - twitter: true - linkedin: true --- While the pensioner of Ghent and his eminence were exchanging very low bows and a few words in voices still lower, a man of lofty stature, with a diff --git a/exampleSite/content/post/chapter-5.md b/exampleSite/content/post/chapter-5.md index 0e2d72d..e0f5d28 100644 --- a/exampleSite/content/post/chapter-5.md +++ b/exampleSite/content/post/chapter-5.md @@ -4,12 +4,6 @@ description: "Quasimodo" featured_image: "" tags: [] title: "Chapter V: Quasimodo" -social_share: - display_social_share: true - social_items: - facebook: true - twitter: true - linkedin: true --- In the twinkling of an eye, all was ready to execute Coppenole’s idea. Bourgeois, scholars and law clerks all set to work. The little chapel situated opposite the marble table was selected for the scene of the grinning match. A pane broken in the pretty rose window above the door, left free a circle of stone through which it was agreed that the competitors should thrust their heads. In order to reach it, it was only necessary to mount upon a couple of hogsheads, which had been produced from I know not where, and perched one upon the other, after a fashion. It was settled that each candidate, man or woman (for it was possible to choose a female pope), should, for the sake of leaving the impression of his grimace fresh and complete, cover his face and remain concealed in the chapel until the moment of his appearance. In less than an instant, the chapel was crowded with competitors, upon whom the door was then closed. diff --git a/exampleSite/content/post/chapter-6.md b/exampleSite/content/post/chapter-6.md index c6cb131..4750783 100644 --- a/exampleSite/content/post/chapter-6.md +++ b/exampleSite/content/post/chapter-6.md @@ -4,12 +4,7 @@ description: "Esmeralda" featured_image: "/images/esmeralda.jpg" tags: [] title: "Chapter VI: Esmeralda" -social_share: - display_social_share: true - social_items: - facebook: true - twitter: true - linkedin: true +disable_share: false --- We are delighted to be able to inform the reader, that during the whole of this scene, Gringoire and his piece had stood firm. His actors, spurred on diff --git a/layouts/partials/social-share.html b/layouts/partials/social-share.html index 7437f07..4c615dc 100644 --- a/layouts/partials/social-share.html +++ b/layouts/partials/social-share.html @@ -4,25 +4,19 @@ {{ $body := print $title ", by " .Site.Title "\n" .Params.description "\n\n" $url "\n" }} {{ $icon_size := "32px" }} {{ $test_url := printf "%s" "https://www.google.com/" }} -{{ if .Params.social_share.display_social_share }} - {{ $social := .Params.social_share.social_items }} + +{{ if not .Params.disable_share }}
- {{ with $social.facebook }} - - {{ partialCached "svg/facebook.svg" (dict "size" $icon_size) $icon_size }} - - {{ end }} + + {{ partialCached "svg/facebook.svg" (dict "size" $icon_size) $icon_size }} + - {{ with $social.twitter }} - - {{ partialCached "svg/twitter.svg" (dict "size" $icon_size) $icon_size }} - - {{ end }} + + {{ partialCached "svg/twitter.svg" (dict "size" $icon_size) $icon_size }} + - {{ with $social.linkedin }} - - {{ partialCached "svg/linkedin.svg" (dict "size" $icon_size) $icon_size }} - - {{ end }} + + {{ partialCached "svg/linkedin.svg" (dict "size" $icon_size) $icon_size }} +
{{ end }} \ No newline at end of file