aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
author2025-06-29 15:03:13 +0530
committer2025-06-29 15:03:13 +0530
commit31146409de359eda8cff242534d315bc23824aa0 (patch)
treef30f6815e8ea4655388e63aae8e006e7183e253a /includes
parentAdd the first post (diff)
downloadsudomsg-31146409de359eda8cff242534d315bc23824aa0.tar
sudomsg-31146409de359eda8cff242534d315bc23824aa0.tar.gz
sudomsg-31146409de359eda8cff242534d315bc23824aa0.tar.bz2
sudomsg-31146409de359eda8cff242534d315bc23824aa0.tar.lz
sudomsg-31146409de359eda8cff242534d315bc23824aa0.tar.xz
sudomsg-31146409de359eda8cff242534d315bc23824aa0.tar.zst
sudomsg-31146409de359eda8cff242534d315bc23824aa0.zip
Remove github
Diffstat (limited to 'includes')
-rw-r--r--includes/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/base.html b/includes/base.html
index 07fefe5..27c13cb 100644
--- a/includes/base.html
+++ b/includes/base.html
@@ -35,6 +35,7 @@
<template webc:for="entry of eleventyNavigation(collections.all)" webc:nokeep>
<a :href="entry.url" @text="entry.title"></a>
</template>
+ <a :href="https://git.sudomsg.com/">Git</a>
</nav>
</header>
<main @html="content"></main>