Compare commits

..

4 commits

Author SHA1 Message Date
a1dcd6e9c0 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-09 12:49:57 -05:00
054dfdc7eb manually change href in tagged/tag source files 2024-02-09 12:49:57 -05:00
685af4956a fix href in tagged/tag post-preview in publish script 2024-02-09 12:49:57 -05:00
30a3780663 fix invalid html issues
add doctype. remove duplicate main tag from page-builder. change spans to divs where there are p children
2024-02-09 12:49:45 -05:00

View file

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