htmlgen/templates/footer.lisp

7 lines
219 B
Common Lisp
Raw Normal View History

2024-09-01 14:29:08 -07:00
(defun footer ()
`(footer ()
"page rendered at $[date +%s]"
(br)
"page compiled at " ,(exec-command "date +%s")
2024-09-01 14:29:08 -07:00
,(exec-command "include files/88x31/natalieee.net.html")))