diff options
Diffstat (limited to 'templates/sidebar.html.j2')
-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> |