summaryrefslogtreecommitdiff
path: root/jakob
diff options
context:
space:
mode:
Diffstat (limited to 'jakob')
-rw-r--r--jakob/theme.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/jakob/theme.scm b/jakob/theme.scm
index 385160a..b428fd9 100644
--- a/jakob/theme.scm
+++ b/jakob/theme.scm
@@ -146,8 +146,9 @@
(define %footer
(let ((year (date-year (current-date))))
`(footer (@ (class "site-footer"))
- (img (@ (src "/static/image/cc-by-sa-4.0.png")
- (alt "Creative Commons BY-SA 4.0")))
+ (a (@ (href "/pages/licensing.html"))
+ (img (@ (src "/static/image/cc-by-sa-4.0.png")
+ (alt "Creative Commons BY-SA 4.0"))))
"© "
(time (@ (datetime "2015")) "2015")
" - "