summaryrefslogtreecommitdiff
path: root/themes/cranky/layouts
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-11-21 13:16:20 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2023-11-21 13:16:20 -0500
commitb2819facf324840da90342e43689f94169175c77 (patch)
treeb9548d8e945d6e7f93595ae2fa42bbe39ee20d41 /themes/cranky/layouts
parent0269603425b1b7d80f1ee94be606e0e20b6d6c58 (diff)
Set github.com while developing git site
Diffstat (limited to 'themes/cranky/layouts')
-rw-r--r--themes/cranky/layouts/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/cranky/layouts/baseof.html b/themes/cranky/layouts/baseof.html
index 10a6263..e03e921 100644
--- a/themes/cranky/layouts/baseof.html
+++ b/themes/cranky/layouts/baseof.html
@@ -27,7 +27,7 @@
<a class="button" href="/projects" class="page-link">Projects</a>
<a class="button" href="/photography" class="page-link">Photography</a>
<a class="button" href="/blog" class="page-link">Posts</a>
- <a class="button" href="https://git.chausse.xyz" class="page-link">Git</a>
+ <a class="button" href="https://github.com/ChausseBenjamin" class="page-link">Git</a>
<a class="button" href="#contact" class="section-link">Contact</a>
</div>
</nav>