summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-09-04 20:41:22 +0200
committerBotond Hende <nettingman@gmail.com>2024-09-04 20:41:22 +0200
commit7cbf9a0d5316dd1414739a3178100d69a5987513 (patch)
tree095f5da0edd0b580be7e2bd30b56c074e19bfaae /templates
parentab5d7713fe31b4586ad1327fe82b9235c00c1a0b (diff)
added source code url to sidebar
Diffstat (limited to 'templates')
-rw-r--r--templates/sidebar.html.j24
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/sidebar.html.j2 b/templates/sidebar.html.j2
index e2fa109..4bbd415 100644
--- a/templates/sidebar.html.j2
+++ b/templates/sidebar.html.j2
@@ -36,4 +36,6 @@ Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself
</a>
<p>especially if you find some typos or bugs on the page</p>
<h3 class="magenta">Thank you</h3>
-<p class="last-element">for <a href="/acknowledgement.html">everyone</a> who made this blog possible</p>
+<p>for <a href="/acknowledgement.html">everyone</a> who made this blog possible</p>
+<h3 class="magenta">How It's Made</h3>
+<p class="last-element">Check blog is open source, <a href="https://git.wazul.moe/website/blog" target="_blank">check it out!</a></p>