Add title and fix git-base-url.

Julien LepillerThu Aug 05 02:18:05+0200 2021

429c8a6

Add title and fix git-base-url.

gitile/handler.scm

8181
       (title ,title))
8282
     (body (@ (lang "en"))
8383
       (header (@ (id "intro"))
84+
         (h1 "Every project")
8485
         ,@intro
8586
         (p (@ (id "mire"))
8687
            (span (@ (class "blue")) "")

9899
                        (('*TOP* ('d content ...))
99100
                         content))
100101
                    (div (@ (class "instructions"))
101-
                         (code "git clone https://" base-git-url "/"
102+
                         (code "git clone https://" ,base-git-url "/"
102103
                               ,(project-slug project)))))
103104
               projects)))
104105
       (footer ,@footer))))