diff options
author | Botond Hende <nettingman@gmail.com> | 2024-09-05 10:33:08 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-09-05 10:33:08 +0200 |
commit | 287e64c252affe1227f236004833b3a14f52bcaa (patch) | |
tree | d5466acdeb99f017cc344b4f8fed8af96c45a3f6 | |
parent | 7cbf9a0d5316dd1414739a3178100d69a5987513 (diff) |
fixed typo in sidebar
-rw-r--r-- | templates/sidebar.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.html.j2 b/templates/sidebar.html.j2 index 4bbd415..fdb1b4b 100644 --- a/templates/sidebar.html.j2 +++ b/templates/sidebar.html.j2 @@ -38,4 +38,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">Check 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/blog" target="_blank">check it out!</a></p> |