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).
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
_="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://github.com/juanatsap/cv-site" target="_blank" rel="noopener noreferrer" class="github-repo-link" style="text-decoration: none; display: inline-flex; align-items: center; gap: 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>
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
|
||||
<p class="info-modal-github-subtext">{{.UI.InfoModal.ViewSourceSubtext}}</p>
|
||||
<a href="https://github.com/juanatsap/cv-site" target="_blank" rel="noopener noreferrer" class="info-modal-github">
|
||||
<a href="https://repos.txeo.club/txeo/cv-site" target="_blank" rel="noopener noreferrer" class="info-modal-github">
|
||||
<iconify-icon icon="mdi:github" width="24" height="24"></iconify-icon>
|
||||
<span>{{.UI.InfoModal.ViewSource}}</span>
|
||||
<iconify-icon icon="mdi:arrow-right" width="20" height="20"></iconify-icon>
|
||||
|
||||
Reference in New Issue
Block a user