diff options
author | Botond Hende <nettingman@gmail.com> | 2024-09-04 20:23:00 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-09-04 20:23:00 +0200 |
commit | ab5d7713fe31b4586ad1327fe82b9235c00c1a0b (patch) | |
tree | cc842b11ef6141ed6a4082bd5229cc6466c99d7c /templates | |
parent | e1377ea5bed1326e7bbdec07a21c20a92de6c808 (diff) |
added mastodon profile link to sidebar
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sidebar.html.j2 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/templates/sidebar.html.j2 b/templates/sidebar.html.j2 index 2c75a8c..e2fa109 100644 --- a/templates/sidebar.html.j2 +++ b/templates/sidebar.html.j2 @@ -8,12 +8,16 @@ Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself <p>btw I use arch</p> <img src="/assets/image/arch.svg" class="svg-icon" /> </div> -<h3 class="magenta">Stuff I do</h3> -<a href="https://wazul.moe" class="icon-text"> +<h3 class="magenta">My other thingies</h3> +<a href="https://wazul.moe" class="icon-text" target="_blank"> <img src="/assets/image/website.svg" class="svg-icon" /> -<span>My website</span> +<span>Website</span> </a> -<a href="https://git.wazul.moe" class="icon-text"> +<a href="https://mastodon.gamedev.place/@wazul" class="icon-text" target="_blank"> +<img src="/assets/image/mastodon.svg" class="svg-icon" /> +<span>Mastodon</span> +</a> +<a href="https://git.wazul.moe" class="icon-text" target="_blank"> <img src="/assets/image/git.svg" class="svg-icon" /> <span>Git repositories</span> </a> |