aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorBryson Steck <me@brysonsteck.xyz>2024-04-10 23:42:32 -0600
committerBryson Steck <me@brysonsteck.xyz>2024-04-10 23:42:32 -0600
commit685004551b314481a4f147cf2901e0f24c2a69ac (patch)
treef966c5861c6667f24198c0a226ea4ae975c30f99 /layouts
parent0ac6b4e1b757c144f3a3b749de81ddf06ac4a3c6 (diff)
downloadwebsite-685004551b314481a4f147cf2901e0f24c2a69ac.tar
website-685004551b314481a4f147cf2901e0f24c2a69ac.tar.gz
website-685004551b314481a4f147cf2901e0f24c2a69ac.tar.bz2
added cgit link to sidebar
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/foot.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html
index adbd2dc..a718287 100644
--- a/layouts/partials/foot.html
+++ b/layouts/partials/foot.html
@@ -2,6 +2,7 @@
<div class="col-lg-3 box rounded-3 sidebar d-none d-lg-block mb-0">
<img class="pfp m-auto d-block mt-3 img-fluid img-circle" src="/bryson.png">
<br>
+ <span><a href="https://git.brysonsteck.xyz">Git Server</a><br></span>
<span><a href="/blog/index.xml">Blog RSS</a><br></span>
<span>Codeberg: <a href="https://codeberg.org/brysonsteck">@brysonsteck</a><br></span>
<span>Email: <a href="mailto:me@brysonsteck.xyz">me@brysonsteck.xyz</a><br></span>