diff options
Diffstat (limited to 'blog/templates')
| -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 461b55c..d5b0566 100644 --- a/blog/templates/sidebar.html.j2 +++ b/blog/templates/sidebar.html.j2 @@ -17,6 +17,10 @@ Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself <img src="/assets/image/pencil.svg" class="svg-icon filter-yellow" /> <span>Comics</span> </a> +<a href="https://cyberspace.online/wazul" class="icon-text" target="_blank"> +<img src="/assets/image/chip.svg" class="svg-icon filter-yellow" /> +<span>Cyberspace</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> |
