diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-06 06:37:11 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-08 17:51:25 -0400 |
| commit | 92d7e8e510d028c7eeee918156f0e41b3ac95304 (patch) | |
| tree | 1671f1fec726dfe2b205b75486b350d07ae223a0 | |
| parent | f2839a2cbb9b5ea47a75b4e0f2fcb094273644e5 (diff) | |
Small fixes with static pages
| -rw-r--r-- | haunt/pages/about-complete.sxml | 6 | ||||
| -rw-r--r-- | haunt/pages/changelog.sxml | 14 | ||||
| -rw-r--r-- | org/pages/about-complete.org | 2 |
3 files changed, 12 insertions, 10 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))))))) diff --git a/haunt/pages/changelog.sxml b/haunt/pages/changelog.sxml index db47c13..0fe6430 100644 --- a/haunt/pages/changelog.sxml +++ b/haunt/pages/changelog.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 @@ -24,8 +24,10 @@ (theme #:title "Changelog" - #:content (cadr (call-with-input-file "pages/changelog.html" - (lambda (port) - (read-line port) - (rewrite-absolute-urls-as-relative - (xml->sxml port)))))) + #:content + (call-with-input-file "pages/changelog.html" + (lambda (port) + (read-line port) + `(div (@ (data-pagefind-body #t)) + ,@(cdr (rewrite-absolute-urls-as-relative + (xml->sxml port))))))) diff --git a/org/pages/about-complete.org b/org/pages/about-complete.org index 9a93fb5..5827a57 100644 --- a/org/pages/about-complete.org +++ b/org/pages/about-complete.org @@ -199,6 +199,6 @@ The subject of [[https://jakob.space/blog/i-love-my-pinephone.html][this blog po ** Other Bits and Pieces -I'm a vocal supporter of open access and the free software movement. I'm an associate member of the [[https://www.fsf.org/][Free Software Foundation]] and I contribute to [[https://en.wikipedia.org/wiki/User:ZeroDaysForDays][Wikimedia]] and [[https://www.openstreetmap.org/user/Jakob%20Kreuze""OpenStreetMap][OpenStreetMap]]. +I'm a vocal supporter of open access and the free software movement. I'm an associate member of the [[https://www.fsf.org/][Free Software Foundation]] and I contribute to [[https://en.wikipedia.org/wiki/User:ZeroDaysForDays][Wikimedia]] and [[https://www.openstreetmap.org/user/Jakob%20Kreuze][OpenStreetMap]]. I am a licensed (general class) ham, but I am rarely active. My callsign is KR3UZE. |