diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 404462c..2021a5b 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -142,10 +142,17 @@ /* Content formatting */ +.series-box { + background-color: #222; + padding: 16px; + border-radius: 8px; + margin: 20px 0; +} + #table-of-contents { background-color: #222; padding: 8px 20px; - border-radius: 5px; + border-radius: 8px; } #table-of-contents summary { diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 55c4658..7b5486c 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -8,6 +8,17 @@ {{ partial "post-metadata.html" . }} +{{ with (.GetTerms "series") }} +{{ range . }} +