6 lines
161 B
Common Lisp
6 lines
161 B
Common Lisp
|
(defun footer ()
|
||
|
`(footer ()
|
||
|
"page rendered at $[date +%s]"
|
||
|
(br)
|
||
|
,(exec-command "include files/88x31/natalieee.net.html")))
|