diff --git a/assets/styles/layouts/single.scss b/assets/styles/layouts/single.scss index 047440f..568db74 100644 --- a/assets/styles/layouts/single.scss +++ b/assets/styles/layouts/single.scss @@ -1,3 +1,13 @@ +.github-button { + text-align: center; + background-color: transparent; + border: 1px solid transparent; + border-radius: 0.25rem; + color: get-light-color('muted-text-color'); + background-color: get-light-color('bg-card'); +} + + body.kind-page { background-color: get-light-color('bg-secondary'); position: relative; diff --git a/config.yaml b/config.yaml index 6c3f5e0..5ee9ac2 100644 --- a/config.yaml +++ b/config.yaml @@ -127,6 +127,7 @@ params: maxVisibleSections: 5 # Enable and configure blog posts + # site.Params.features.tags.enable features: readingTime: enable: true @@ -134,6 +135,8 @@ params: title: "Project Posts" enable: true showAuthor: true + tags: + enable: true analytics: enabled: true services: diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ac0d1b2..a3d7eb9 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -62,6 +62,11 @@ {{ if site.Params.features.tags.enable }} {{partial "misc/tags.html" .Params.tags }} {{ end }} +