Update content

This commit is contained in:
Marcus Kammer 2025-01-23 00:24:29 +01:00
parent cfca2de467
commit 278f99e17a
Signed by: marcuskammer
GPG key ID: C374817BE285268F
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@
(with-output-to-string (s) (with-output-to-string (s)
(3bmd:parse-and-print-to-stream input-file 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") (let ((html (with-page (:title "metalisp.dev projects")
(with-body-header nil "Crafting Software with the Power of Lisp" *lang* (with-body-header nil "Crafting Software with the Power of Lisp" *lang*
(with-navbar nil "metalisp" "/" nil nil)) (with-navbar nil "metalisp" "/" nil nil))

View file

@ -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