escape html when displaying git changelog

This commit is contained in:
2025-05-22 13:28:45 -07:00
parent fe6f79d651
commit 978ae8fd03

View File

@ -15,7 +15,7 @@
(h2 "site info" ~(run "make-footnote \"as of last build\""))
(details
(summary "git changelog")
(pre ~(run "git log --pretty=format:'%ad %s' --date=short")))
(pre ~(run #[[git log --pretty=format:'%ad %s' --date=short | sed 's/</\&lt;/g; s/>/\&gt;/g']])))
(details
(summary "file tree of the site on the server")