From 6ce18f1031d0d5589a34d3558be40d81f925066b Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 15 Sep 2024 20:36:21 +0200 Subject: [PATCH 1/2] abridge: Enable the footer icons we use --- sass/abridge.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sass/abridge.scss b/sass/abridge.scss index f9844a0..5faebdb 100644 --- a/sass/abridge.scss +++ b/sass/abridge.scss @@ -22,17 +22,17 @@ $icon-rss: true, $icon-mail: false,// e-mail - $icon-mastodon: false, + $icon-mastodon: true, $icon-element: false, $icon-matrix: false, $icon-buymeacoffee: false, $icon-kofi: false, - $icon-twitter: false, + $icon-twitter: true, $icon-facebook: false, $icon-linkedin: false, $icon-codeberg: false, $icon-gitlab: false, - $icon-github: false, + $icon-github: true, $icon-github-sponsor: false, $icon-bitbucket: false, $icon-python: false, From a693a2ee778c5ed6359e49246de37812341204b3 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 15 Sep 2024 21:21:16 +0200 Subject: [PATCH 2/2] abridge: Force syntax-mode to "light" because auto doesn't work --- sass/abridge.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/abridge.scss b/sass/abridge.scss index 5faebdb..fa4fadb 100644 --- a/sass/abridge.scss +++ b/sass/abridge.scss @@ -9,7 +9,7 @@ //$mb: 1200px,// value at which to switch from fluid layout to max-width $abridgeMode: "switcher",//valid values: switcher, auto, dark, light - $syntax-mode: "auto",// Force syntax mode: auto, dark, light + $syntax-mode: "light",// Force syntax mode: auto, dark, light $switcherDefault: "light",// default nojs switcher mode: dark, light (make sure to also set js_switcher_default in config.toml) $color: "orange",// color template to use/override: orange, blue, blueshade