Add HTML comments at top of page

This commit is contained in:
Lassi Kortela 2020-08-07 16:13:47 +03:00
parent c0a1ae1db2
commit 44fd3f10d3
1 changed files with 5 additions and 1 deletions

View File

@ -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"))