diff options
Diffstat (limited to 'blog/templates/sidebar.html.j2')
| -rw-r--r-- | blog/templates/sidebar.html.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/blog/templates/sidebar.html.j2 b/blog/templates/sidebar.html.j2 index b51cde7..d20aa44 100644 --- a/blog/templates/sidebar.html.j2 +++ b/blog/templates/sidebar.html.j2 @@ -13,6 +13,10 @@ Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself <img src="/assets/image/website.svg" class="svg-icon filter-yellow" /> <span>Website</span> </a> +<a href="https://comic.wazul.moe" class="icon-text" target="_blank"> +<img src="/assets/image/pencil.svg" class="svg-icon filter-yellow" /> +<span>Comics</span> +</a> <a href="https://mastodon.gamedev.place/@wazul" class="icon-text" target="_blank"> <img src="/assets/image/mastodon.svg" class="svg-icon" /> <span>Mastodon</span> |
