diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 4ed9cea..f9362fe 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -357,12 +357,17 @@ justify-content: center; } +.share-buttons button, .share-buttons a { background-color: var(--background-2); padding: 4px; border-radius: 8px; } +.share-buttons button { + border: none; +} + .share-buttons svg { width: 32px; height: 32px; diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 5006abb..dc7e2bf 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -41,6 +41,7 @@ params: # linkedin: true # reddit: true # telegram: true + # print: true # show "Latest Posts" section at bottom of content pages # latestPostsOnContent: true diff --git a/layouts/partials/share.html b/layouts/partials/share.html index 236064e..7685a14 100644 --- a/layouts/partials/share.html +++ b/layouts/partials/share.html @@ -52,4 +52,11 @@ {{ end }} */}} + + {{ if .Site.Params.shareButtons.print }} + + {{ end }}