summaryrefslogtreecommitdiff
path: root/jakob
diff options
context:
space:
mode:
Diffstat (limited to 'jakob')
-rw-r--r--jakob/theme.scm4
-rw-r--r--jakob/utils/comments.scm2
2 files changed, 3 insertions, 3 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"))
diff --git a/jakob/utils/comments.scm b/jakob/utils/comments.scm
index 2fae64d..95b3f99 100644
--- a/jakob/utils/comments.scm
+++ b/jakob/utils/comments.scm
@@ -127,7 +127,7 @@ The I2P logo belongs to The I2P Project, and is licensed under the CC BY 4.0")
(src "/static/image/i2p.svg"))))
(_ `(img (@ (class "comment-source-identifier")
(alt "Icon for comments posted on jakob.space")
- (src "/static/image/lambda.svg"))))))
+ (src "/static/image/trident.svg"))))))
(div (@ (class "p-author h-card author"))
(img (@ (class "u-photo") (src ,(comment-photo comment)))))
(div (@ (class "metaline"))