Fix tag link
gitile/pages.scm
| 202 | 202 | (p (img (@ (src ,(author-image (commit-author commit)))))) | |
| 203 | 203 | (div (@ (class "tag")) | |
| 204 | 204 | (p (@ (class "tag-name")) | |
| 205 | - | (a (@ (href ,repository-name "/tree/" ,target)) ,name)) | |
| 205 | + | (a (@ (href "/" ,repository-name "/tree/" ,target)) ,name)) | |
| 206 | 206 | (p ,message) | |
| 207 | 207 | (p (span (@ (class "author")) | |
| 208 | 208 | ,(signature-name (commit-author commit))) |