diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-08 10:17:01 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-08 10:17:01 +0200 |
| commit | 5ec08055932e5af8fc23e7c4f0a4dbb9d12a1b7f (patch) | |
| tree | 9a34f2737efe85c4967a7f2ddde869380ede78c8 /head.html | |
| parent | 16be7b046b8c10cefa3fbc5a1883d73cfc627a01 (diff) | |
| download | cgit-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.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
