diff options
| author | Jakob L. Kreuze | 2023-02-12 14:50:42 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze | 2023-02-12 14:50:42 -0500 |
| commit | 4b8de0bcf0ca598804a9d462933d492232b4b314 (patch) | |
| tree | c0dc84333273faa56915f90b27865b2374679de4 /haunt/jakob/theme.scm | |
| parent | 8e2abe9549360f37f6703bd995b8278e4fb6b291 (diff) | |
Merge branch 'self-hosted-comments'
It's been working well enough. I think it's time to get the initial version of
this on `master'.
Diffstat (limited to 'haunt/jakob/theme.scm')
| -rw-r--r-- | haunt/jakob/theme.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/jakob/theme.scm b/haunt/jakob/theme.scm index 2d999f1..7b46b2a 100644 --- a/haunt/jakob/theme.scm +++ b/haunt/jakob/theme.scm @@ -49,7 +49,7 @@ (define %footer `(footer (div - (p "© 2015 - 2022 Jakob L. Kreuze") + (p "© 2015 - 2023 Jakob L. Kreuze") ,(image "cc-by-sa-4.0.png" "Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) Logo")) |