Add page title
gitile/handler.scm
| 42 | 42 | (head | |
| 43 | 43 | (meta (@ (charset "UTF-8"))) | |
| 44 | 44 | (meta (@ (name "viewport") (content "width=device-width, initial-scale=1"))) | |
| 45 | - | (link (@ (rel "stylesheet") (href "/css/gitile.css")))) | |
| 45 | + | (link (@ (rel "stylesheet") (href "/css/gitile.css"))) | |
| 46 | + | (title ,project)) | |
| 46 | 47 | (body | |
| 47 | 48 | (header | |
| 48 | 49 | (nav |