33428ae44f
Small monochrome icon row (GitHub, LinkedIn, ORCID, Mastodon, Bluesky, Matrix) rendered from a SOCIAL config tuple via a shared Jinja partial (templates/includes/social_links.html), included unconditionally in the sidebar below the tag cloud and again on the About-me page only. Icons are inline SVGs (templates/icons/*.svg) using fill=currentColor, so they track the existing accent-color/dark-mode toggle for free via --main-link-color, no JS needed.
2 lines
976 B
XML
2 lines
976 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" role="img" aria-hidden="true" focusable="false"><path fill="currentColor" d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.145h-2.349V11.05c0-.286-.01-.559-.033-.812a1.755 1.755 0 0 0-.164-.66.983.983 0 0 0-.383-.44c-.169-.11-.397-.163-.688-.163-.291 0-.53.056-.712.173a1.23 1.23 0 0 0-.424.448 1.821 1.821 0 0 0-.202.634 5.342 5.342 0 0 0-.052.732v4.705h-2.35v-4.66c0-.253-.005-.503-.018-.751a2.055 2.055 0 0 0-.135-.696.988.988 0 0 0-.363-.494c-.169-.125-.416-.187-.74-.187-.093 0-.216.02-.365.06-.15.041-.298.117-.443.229a1.32 1.32 0 0 0-.374.501c-.104.222-.156.51-.156.865v4.133H6.32V7.81zM23.368.55H21.72V0H24v24h-2.28v-.55h1.648z"/></svg>
|