diff options
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/assets/image/pencil.svg | 1 | ||||
| -rw-r--r-- | blog/templates/sidebar.html.j2 | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/blog/assets/image/pencil.svg b/blog/assets/image/pencil.svg new file mode 100644 index 0000000..3b406c4 --- /dev/null +++ b/blog/assets/image/pencil.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#f0c674" d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83l3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75z"/></svg> 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> |
