summaryrefslogtreecommitdiff
path: root/jakob/theme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'jakob/theme.scm')
-rw-r--r--jakob/theme.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/jakob/theme.scm b/jakob/theme.scm
index b5b817d..0c51519 100644
--- a/jakob/theme.scm
+++ b/jakob/theme.scm
@@ -53,14 +53,14 @@
(define %header
`(header
- ,(hyperlink "/" (image "lambda.svg" "home"))
+ ,(hyperlink "/" (image "trident.svg" "home"))
(nav (ul
,@(map format-nav-item %nav-bar-tabs)))))
(define %footer
`(footer
(div
- (p "© 2015 - 2024 Jakob L. Kreuze")
+ (p "© 2015 - 2025 Jakob L. Kreuze")
,(image "cc-by-sa-4.0.png"
"Creative Commons Attribution-ShareAlike 4.0 International (CC
BY-SA 4.0) Logo"))