diff --git a/scripts/genicons.js b/scripts/genicons.js index 56f683e..13f86b5 100644 --- a/scripts/genicons.js +++ b/scripts/genicons.js @@ -19,7 +19,7 @@ function buildIcons (prefix) { }) css += '}\n' icons.forEach(key => { - css += `.i-icon.${key},.i-${prefix}.${key}{--icon-url:var(--${prefix}-${key}-url)}\n` + css += `.i-${prefix}.${key}{--icon-url:var(--${prefix}-${key}-url)}\n` }) fs.writeFileSync(output, css) } @@ -49,4 +49,3 @@ function encodeSvgForCss(svg) { } buildIcons('lucide') -buildIcons('simpleicons') diff --git a/src/shibuya/theme/shibuya/components/foot-socials.html b/src/shibuya/theme/shibuya/components/foot-socials.html index bae08b1..6eaaaef 100644 --- a/src/shibuya/theme/shibuya/components/foot-socials.html +++ b/src/shibuya/theme/shibuya/components/foot-socials.html @@ -1,33 +1,55 @@ {%- if theme_readthedocs_url %} - + + + {%- endif %} {%- if theme_github_url %} - + + + {%- endif %} {%- if theme_gitlab_url %} - + + + {%- endif %} {%- if theme_bitbucket_url %} - + + + {%- endif %} {%- if theme_twitter_url %} - + + + {%- endif %} {%- if theme_mastodon_url %} - + + + {%- endif %} {%- if theme_slack_url %} - + + + {%- endif %} {%- if theme_discord_url %} - + + + {%- endif %} {%- if theme_youtube_url %} - + + + {%- endif %} {%- if theme_reddit_url %} - + + + {%- endif %} {%- if theme_linkedin_url %} - + + + {%- endif %} diff --git a/src/shibuya/theme/shibuya/components/nav-languages.html b/src/shibuya/theme/shibuya/components/nav-languages.html index 881681b..14d8c7f 100644 --- a/src/shibuya/theme/shibuya/components/nav-languages.html +++ b/src/shibuya/theme/shibuya/components/nav-languages.html @@ -2,7 +2,7 @@