fix footer to single line: © 2026 Internet for Kids | Powered by Agiliton VPN
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 10s
Deploy Internet for Kids / Deploy (push) Successful in 5s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 8s
Deploy Internet for Kids / Promote to Latest (push) Successful in 1s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-04-06 06:51:40 +03:00
parent 89e93ec8e7
commit 6a0fb368f4

View File

@@ -45,10 +45,7 @@
</div>
<div style="border-top:1px solid #e5e7eb;padding-top:2rem;text-align:center;font-size:0.85rem;color:#6b7280;font-family:system-ui,sans-serif">
<p>
Powered by <a href="https://go.agiliton.eu/vpn-appstore" style="color:var(--ifk-accent);text-decoration:none">Agiliton VPN</a>
</p>
<p>
&copy; {{ now.Year }} Internet for Kids. A publication by <a href="https://www.agiliton.eu" style="color:var(--ifk-accent);text-decoration:none">Agiliton</a>.
&copy; {{ now.Year }} Internet for Kids | Powered by <a href="https://go.agiliton.eu/vpn-appstore" style="color:var(--ifk-accent);text-decoration:none">Agiliton VPN</a>
</p>
{{ partial "extend-footer.html" . }}
</div>