Compare commits

..

4 commits

Author SHA1 Message Date
8f114c7da0 change git.idea-log and git/in-progress links on /this to in-progress branch
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful
2024-02-08 23:50:58 -05:00
0bbdfed057 manually change href in tagged/tag source files 2024-02-08 23:47:21 -05:00
068322b282 fix href in tagged/tag post-preview in publish script 2024-02-08 23:41:11 -05:00
0e92c0c3b4 fix invalid html issues
add doctype. remove duplicate main tag from page-builder. change spans to divs where there are p children
2024-02-08 22:34:57 -05:00

View file

@ -175,9 +175,9 @@
;; constructs entire page for each response
(define (make-page resource static-write)
(string->bytes/utf-8
(static-write
(string-append
"<!DOCTYPE html>\n"
(string-append
"<!DOCTYPE html>\n"
(static-write
(fragment->page resource)))))
(define (fragment->page resource)