Update content
This commit is contained in:
parent
cfca2de467
commit
278f99e17a
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
(with-output-to-string (s)
|
||||
(3bmd:parse-and-print-to-stream input-file s)))
|
||||
|
||||
(with-open-file (ofile #P"public/index.html" :direction :output :if-exists :supersede)
|
||||
(with-open-file (ofile "public/index.html" :direction :output :if-exists :supersede)
|
||||
(let ((html (with-page (:title "metalisp.dev projects")
|
||||
(with-body-header nil "Crafting Software with the Power of Lisp" *lang*
|
||||
(with-navbar nil "metalisp" "/" nil nil))
|
||||
|
|
2
news.md
2
news.md
|
@ -1 +1 @@
|
|||
- 2025-01-22: I updated the [forgejo](https://code.metalisp.dev) instance to version 10.0.0
|
||||
- 2025-01-22: forgejo [instance](https://code.metalisp.dev) updated to version 10.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue