Fix js script location

Julien LepillerSun Mar 07 17:05:09+0100 2021

d1e10df

Fix js script location

gitile/handler.scm

4444
       (meta (@ (name "viewport") (content "width=device-width, initial-scale=1")))
4545
       (link (@ (rel "stylesheet") (href "/css/gitile.css")))
4646
       (link (@ (rel "icon") (href "/images/icon.png") (sizes "32x32")))
47-
       (script (@ (href "/js/gitile.css")))
47+
       (script (@ (href "/js/gitile.js")))
4848
       (title ,project))
4949
     (body
5050
       (header