Add social link icons to sidebar and About-me page

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.
This commit is contained in:
2026-08-13 16:44:14 +00:00
parent e6a6bcd87c
commit 33428ae44f
10 changed files with 49 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" role="img" aria-hidden="true" focusable="false"><path fill="currentColor" d="M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.912 0 3.283 0 4.088c0 .805.444 6.578.734 7.552.96 3.213 4.373 4.303 7.53 3.95-4.579.664-8.639 2.284-3.307 8.598 6.03 6.828 8.269-1.463 9.438-5.594 1.17 4.13 2.65 12.185 9.339 5.594 5.05-5.594 1.32-7.934-3.259-8.598 3.157.353 6.57-.737 7.53-3.95.29-.974.734-6.746.734-7.552 0-.805-.14-2.176-.902-2.523-.66-.3-1.664-.622-4.301 1.24C16.046 4.747 13.087 8.686 12 10.8z"/></svg>

After

Width:  |  Height:  |  Size: 595 B