aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 22:48:19 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 22:48:19 +0100
commit1771750bd9523ef238a8d01a19c9f5c55c74828e (patch)
treeedc94a11f682d47ae45c784c2093c74db7143569 /module/calp/html/view/calendar.scm
parentDoc work. (diff)
downloadcalp-1771750bd9523ef238a8d01a19c9f5c55c74828e.tar.gz
calp-1771750bd9523ef238a8d01a19c9f5c55c74828e.tar.xz
Fix repo-url in HTML.
Diffstat (limited to 'module/calp/html/view/calendar.scm')
-rw-r--r--module/calp/html/view/calendar.scm4
1 files changed, 2 insertions, 2 deletions
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