Fix js loading
gitile/handler.scm
44 | 44 | (meta (@ (name "viewport") (content "width=device-width, initial-scale=1"))) | |
45 | 45 | (link (@ (rel "stylesheet") (href "/css/gitile.css"))) | |
46 | 46 | (link (@ (rel "icon") (href "/images/icon.png") (sizes "32x32"))) | |
47 | - | (script (@ (href "/js/gitile.js")) "") | |
47 | + | (script (@ (src "/js/gitile.js")) "") | |
48 | 48 | (title ,project)) | |
49 | 49 | (body | |
50 | 50 | (header |