implement some image resizing (todo: implement in whole website)

fix/improve css
change arrow-fade mode
This commit is contained in:
Lorenzo Dellacà
2020-08-16 17:58:46 +02:00
parent 3b4b716667
commit 061b6dc122
9 changed files with 206 additions and 70 deletions

View File

@@ -46,7 +46,7 @@
<nav id="navbar" class="navbar unselectable">
<a href="/">
<img src="{{@site.icon}}" />
<img src="{{img_url @site.icon size="xxs"}}" />
</a>
{{navigation}}
</nav>