diff options
| author | Botond Hende <contact@wazul.moe> | 2026-04-08 11:33:05 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-04-08 11:33:05 +0200 |
| commit | b844bfaed03fe1b641a99d183c98bbbf50b6c5a0 (patch) | |
| tree | f9efc337d81408e46d456f8b3d54912503b54d8a | |
| parent | 916debdda11c3fb2319c021a7d74afbe21ad7515 (diff) | |
added cyberspace profile to sidebar
| -rw-r--r-- | blog/assets/image/chip.svg | 1 | ||||
| -rw-r--r-- | blog/templates/sidebar.html.j2 | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/blog/assets/image/chip.svg b/blog/assets/image/chip.svg new file mode 100644 index 0000000..09894da --- /dev/null +++ b/blog/assets/image/chip.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M6 4h12v1h3v2h-3v2h3v2h-3v2h3v2h-3v2h3v2h-3v1H6v-1H3v-2h3v-2H3v-2h3v-2H3V9h3V7H3V5h3zm5 11v3h1v-3zm2 0v3h1v-3zm2 0v3h1v-3z"/></svg>
\ No newline at end of file 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> |
