fix mispelling; specify compile time in footer

This commit is contained in:
gnat 2024-09-03 06:51:08 -07:00
parent 70e3d6eac2
commit a812cb754f
2 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@
(ul ()
(li () "I own 12 thinkpads, all of which were manufactured prior to 2014")
(li () "the number of people that can effectively use my computer is, to my knowledge, 1 (me)")
(li () "I can replace the screen on my first generation iphonen se a1662 in 70 seconds")))
(li () "I can replace the screen on my first generation iphone se a1662 in 70 seconds")))
(section ()
(h2 () "contact information")
(a (:href "/html/discord.html") "discord: _natalieeee_")

View File

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