Add icon
assets/images/icon.png unknown status 1
Binary data |
gitile/handler.scm
43 | 43 | (meta (@ (charset "UTF-8"))) | |
44 | 44 | (meta (@ (name "viewport") (content "width=device-width, initial-scale=1"))) | |
45 | 45 | (link (@ (rel "stylesheet") (href "/css/gitile.css"))) | |
46 | + | (link (@ (rel "icon") (href "/images/icon.png") (sizes "32x32"))) | |
46 | 47 | (title ,project)) | |
47 | 48 | (body | |
48 | 49 | (header |