From 278f99e17aeb2e7abd456a04603d68989d579afe Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 23 Jan 2025 00:24:29 +0100 Subject: [PATCH] Update content --- index.lisp | 2 +- news.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.lisp b/index.lisp index 054ed0b..3aaaf33 100644 --- a/index.lisp +++ b/index.lisp @@ -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)) diff --git a/news.md b/news.md index b8c6623..f98fe30 100644 --- a/news.md +++ b/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