Fix tag link

Julien LepillerSun Mar 07 14:56:09+0100 2021

264681b

Fix tag link

gitile/pages.scm

202202
             (p (img (@ (src ,(author-image (commit-author commit))))))
203203
             (div (@ (class "tag"))
204204
                  (p (@ (class "tag-name"))
205-
                     (a (@ (href ,repository-name "/tree/" ,target)) ,name))
205+
                     (a (@ (href "/" ,repository-name "/tree/" ,target)) ,name))
206206
                  (p ,message)
207207
                  (p (span (@ (class "author"))
208208
                           ,(signature-name (commit-author commit)))