summaryrefslogtreecommitdiff
path: root/jakob/theme.scm
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-19 13:45:18 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-19 13:51:00 -0500
commitf84bd85b8ee7ecafa966a296faa1263a9de498f3 (patch)
tree06d2da7c65ef016b81aed8315b9a3b776c3d7bac /jakob/theme.scm
parentde1756d562993682c5e335d7ff86b291b7679870 (diff)
Link to license page in footer
Diffstat (limited to 'jakob/theme.scm')
-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")
" - "