htmlgen/templates/footer.lisp

7 lines
219 B
Common Lisp

(defun footer ()
`(footer ()
"page rendered at $[date +%s]"
(br)
"page compiled at " ,(exec-command "date +%s")
,(exec-command "include files/88x31/natalieee.net.html")))