Add page title

Julien LepillerThu Feb 25 14:39:40+0100 2021

1d5e8db

Add page title

gitile/handler.scm

4242
     (head
4343
       (meta (@ (charset "UTF-8")))
4444
       (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))
4647
     (body
4748
       (header
4849
         (nav