summaryrefslogtreecommitdiffstats
path: root/head.html
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-08 10:17:01 +0200
committerDanilo M. <danix@danix.xyz>2026-05-08 10:17:01 +0200
commit5ec08055932e5af8fc23e7c4f0a4dbb9d12a1b7f (patch)
tree9a34f2737efe85c4967a7f2ddde869380ede78c8 /head.html
parent16be7b046b8c10cefa3fbc5a1883d73cfc627a01 (diff)
downloadcgit-theme-danix-5ec08055932e5af8fc23e7c4f0a4dbb9d12a1b7f.tar.gz
cgit-theme-danix-5ec08055932e5af8fc23e7c4f0a4dbb9d12a1b7f.zip
feat(footer): add social icons, centered layout, surface background
Replace inline-styled footer with structured layout using Feather Icons (GitHub, Twitter, LinkedIn). Fix background by targeting #footer-custom directly — cgit injects footer content without a div.footer wrapper.
Diffstat (limited to 'head.html')
-rw-r--r--head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/head.html b/head.html
index a6e0c46..874587b 100644
--- a/head.html
+++ b/head.html
@@ -2,3 +2,4 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oxanium:wght@400;600;700&family=IBM+Plex+Sans:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
+<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>