Add title and fix git-base-url.
gitile/handler.scm
| 81 | 81 | (title ,title)) | |
| 82 | 82 | (body (@ (lang "en")) | |
| 83 | 83 | (header (@ (id "intro")) | |
| 84 | + | (h1 "Every project") | |
| 84 | 85 | ,@intro | |
| 85 | 86 | (p (@ (id "mire")) | |
| 86 | 87 | (span (@ (class "blue")) "") | |
… | |||
| 98 | 99 | (('*TOP* ('d content ...)) | |
| 99 | 100 | content)) | |
| 100 | 101 | (div (@ (class "instructions")) | |
| 101 | - | (code "git clone https://" base-git-url "/" | |
| 102 | + | (code "git clone https://" ,base-git-url "/" | |
| 102 | 103 | ,(project-slug project))))) | |
| 103 | 104 | projects))) | |
| 104 | 105 | (footer ,@footer)))) | |