diff options
Diffstat (limited to 'haunt/pages/about-complete.sxml')
| -rw-r--r-- | haunt/pages/about-complete.sxml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haunt/pages/about-complete.sxml b/haunt/pages/about-complete.sxml index 0440217..f24581c 100644 --- a/haunt/pages/about-complete.sxml +++ b/haunt/pages/about-complete.sxml @@ -1,6 +1,6 @@ ;;; -*- scheme -*- -;;; Copyright © 2019 - 2021 Jakob L. Kreuze <zerodaysfordays@sdf.org> +;;; Copyright © 2019 - 2023 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as @@ -29,5 +29,5 @@ (lambda (port) (read-line port) `(div (@ (data-pagefind-body #t)) - ,@(cadr (rewrite-absolute-urls-as-relative - (xml->sxml port))))))) + ,@(cdr (rewrite-absolute-urls-as-relative + (xml->sxml port))))))) |