From 1771750bd9523ef238a8d01a19c9f5c55c74828e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 13 Jan 2021 22:48:19 +0100 Subject: Fix repo-url in HTML. --- module/calp/html/view/calendar.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/calp/html/view/calendar.scm') diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm index d41197b0..f66e347c 100644 --- a/module/calp/html/view/calendar.scm +++ b/module/calp/html/view/calendar.scm @@ -39,7 +39,7 @@ ;;; All this filtering is probably slow, and should be looked into. ;; TODO place this somewhere proper -(define repo-url (make-parameter "https://git.hornquist.se")) +(define repo-url (make-parameter "https://git.hornquist.se/calp")) ;; TODO document what @var{render-calendar} is supposed to take and return. @@ -141,7 +141,7 @@ (footer (@ (style "grid-area: footer")) (span "Page generated " ,(date->string (current-date))) - (span (a (@ (href ,(repo-url) "/calparse")) + (span (a (@ (href ,(repo-url))) "Source Code"))) ;; Small calendar and navigation -- cgit v1.2.3