diff options
| author | Jakob L. Kreuze | 2023-08-06 06:37:11 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2023-08-08 17:51:25 -0400 |
| commit | 92d7e8e510d028c7eeee918156f0e41b3ac95304 (patch) | |
| tree | 1671f1fec726dfe2b205b75486b350d07ae223a0 /haunt/pages/about-complete.sxml | |
| parent | f2839a2cbb9b5ea47a75b4e0f2fcb094273644e5 (diff) | |
Small fixes with static pages
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))))))) |