Files
cv-site/templates/partials/cv/page-footer.html
T
juanatsap 982257b4c1
Deploy CV Server / Pull and Restart (push) Failing after 0s
Test CV Site / Test on Go 1.25.1 (push) Failing after 0s
feat: update repo URL to repos.txeo.club/txeo/cv-site
Migrate all user-facing links from GitHub to self-hosted Forgejo.
Go module imports unchanged (separate concern).
2026-05-20 18:30:25 +01:00

16 lines
808 B
HTML

{{define "page-footer"}}
<!-- Footer (hidden in print) -->
<footer class="no-print"
_="on mouseenter add .footer-hovered to me then call setFooterHover(true)
on mouseleave remove .footer-hovered from me then call setFooterHover(false)">
<p style="text-align: center; margin-bottom: 0.5rem;">
<a href="https://repos.txeo.club/txeo/cv-site" target="_blank" rel="noopener noreferrer" class="github-repo-link" style="text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem;">
<iconify-icon icon="mdi:github" width="20" height="20"></iconify-icon>
{{.UI.Footer.ViewOnGithub}}
</a>
</p>
<p>© {{.CV.Meta.LastUpdated}} {{.CV.Personal.Name}} |
{{.UI.Footer.LastUpdated}}: {{.CV.Meta.LastUpdated}}</p>
</footer>
{{end}}