feat(svg): now serving svgs in separate files

This commit is contained in:
2022-08-18 17:33:56 +02:00
parent 8eea49af62
commit d888c8eeff
8 changed files with 87 additions and 73 deletions

View File

@@ -32,7 +32,7 @@ class="toxicGlow"
<div id="home-nav-header">
All the fun lies right here
<br>
<img width="30" height="20" alt="Down arrow" src="{{"arrow.svg" | relURL}}">
<object type="image/svg+xml" width="30" height="20" data="{{"arrow.svg" | relURL}}"></object>
</div>
<nav id="home-nav" class="site-nav">
{{ partialCached "menu.html" . }}