summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2025-12-17 23:10:54 +0100
committerBotond Hende <nettingman@gmail.com>2025-12-17 23:10:54 +0100
commitb687ada7e80591e8d9e3da6690fc1c24aa0bdf21 (patch)
treea125f71d36e240e88ce19c334945ca6bceee3bc5
parent045371fdbf3a757c890af9b57116c86b44a2f701 (diff)
changed website repo location
-rw-r--r--posts/making-this-blog/content.md2
-rw-r--r--templates/sidebar.html.j22
2 files changed, 2 insertions, 2 deletions
diff --git a/posts/making-this-blog/content.md b/posts/making-this-blog/content.md
index 7528a53..dd29ee0 100644
--- a/posts/making-this-blog/content.md
+++ b/posts/making-this-blog/content.md
@@ -64,7 +64,7 @@ I've written the actual content of the posts in **Markdown**, so I also used [Ma
I'm planning to **opensource my blog** as soon as I've got it in order, it will be available on my [git](https://git.wazul.moe) soon™.
-<span class="green">+ Update (2024-09-04): source code is available now in [this repository](https://git.wazul.moe/website/blog).</span>
+<span class="green">+ Update (2024-09-04): source code is available now in [this repository](https://git.wazul.moe/website).</span>
## TODO
There is still a lot of small things to do on the blog. I ended up implementing mostly those features I needed for writing this second blogpost. I also want to use my Jinja knowledge and **rebuild the rest of my webpage**. Maybe add a normal menu to the main domain instead of the current content, which is just the game over message from the Legend of Zelda: Mayora's Mask.
diff --git a/templates/sidebar.html.j2 b/templates/sidebar.html.j2
index ef89489..7390145 100644
--- a/templates/sidebar.html.j2
+++ b/templates/sidebar.html.j2
@@ -52,4 +52,4 @@ Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself
<h3 class="magenta">Thank you</h3>
<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">This blog is open source, <a href="https://git.wazul.moe/website/blog" target="_blank">check it out!</a></p>
+<p class="last-element">This blog is open source, <a href="https://git.wazul.moe/website" target="_blank">check it out!</a></p>