Add HTML comments at top of page
This commit is contained in:
parent
c0a1ae1db2
commit
44fd3f10d3
|
@ -222,7 +222,11 @@
|
|||
(group-file 'id "foreign-status-property.scm")))))
|
||||
|
||||
(define (display-page)
|
||||
(display "<!doctype html>")
|
||||
(display (string-append
|
||||
"<!doctype html>"
|
||||
"<!-- SPDX-License-Identifier: CC0-1.0 -->"
|
||||
"<!-- This page uses https://microformats.org/wiki/microformats2"
|
||||
" tagging and can be parsed by machine. -->"))
|
||||
(display-sxml
|
||||
`(html
|
||||
(@ (lang "en"))
|
||||
|
|
Loading…
Reference in New Issue