diff options
Remove github
Diffstat (limited to 'includes')
-rw-r--r-- | includes/base.html | 1 |
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> |