aboutsummaryrefslogtreecommitdiff
path: root/module/html/view/calendar.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/html/view/calendar.scm')
-rw-r--r--module/html/view/calendar.scm8
1 files changed, 1 insertions, 7 deletions
diff --git a/module/html/view/calendar.scm b/module/html/view/calendar.scm
index ac5bf77a..a6b39755 100644
--- a/module/html/view/calendar.scm
+++ b/module/html/view/calendar.scm
@@ -27,8 +27,6 @@
:use-module ((vcomponent group)
:select (group-stream get-groups-between))
- :use-module ((git)
- :select (get-git-version))
)
@@ -135,11 +133,7 @@
(@ (style "grid-area: footer"))
(span "Page generated " ,(date->string (current-date)))
(span (a (@ (href ,(repo-url) "/calparse"))
- "Source Code"))
- ,(let* ((long-hash short-hash (get-git-version))
- (url (format #f "~a/calparse/commit/?id=~a"
- (repo-url) long-hash)))
- `(span "Version " (a (@ (href ,url)) ,short-hash))))
+ "Source Code")))
;; Small calendar and navigation
(nav (@ (class "calnav") (style "grid-area: nav"))