diff --git a/site/favicon.svg b/site/favicon.svg new file mode 100644 index 0000000..993009d --- /dev/null +++ b/site/favicon.svg @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/site/index.html b/site/index.html index 7f2f592..8431ac8 100644 --- a/site/index.html +++ b/site/index.html @@ -7,10 +7,12 @@ {% set pngwidth = 160 if pico8 else 512/2 if picotron else 0 %} {% set pngheight = 205 if pico8 else 384/2 if picotron else 0 %} {% macro display(cond) %}{{'' if cond else 'display: none'}}{% endmacro %} - +