diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index acf5816..6c7d6b8 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -274,6 +274,29 @@ } +/* Social media share buttons */ +.share-buttons { + background: var(--background-2); + margin: 25px 0; + padding: 8px 0; + border-radius: 8px; + display: flex; + gap: 8px; + justify-content: center; +} + +.share-buttons a { + background-color: var(--background-4); + padding: 4px; + border-radius: 8px; +} + +.share-buttons svg { + width: 32px; + height: 32px; +} + + /* Back to top */ #back-to-top { position: fixed; diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 696ae66..25bd713 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -32,6 +32,8 @@ {{ .Content }} + {{ partial "series-box.html" . }} + {{ if or .NextInSection .PrevInSection }}