982257b4c1
Migrate all user-facing links from GitHub to self-hosted Forgejo. Go module imports unchanged (separate concern).
16 lines
808 B
HTML
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}}
|