Rename hp to website

This commit is contained in:
Akira Tempaku 2025-05-02 09:39:55 +09:00
commit b69fcee7a1
Signed by: paku
GPG key ID: 5B4E8402BCC50607
21 changed files with 77 additions and 70 deletions
src/routes

View file

@ -1,9 +1,9 @@
(defpackage #:hp/routes/index
(defpackage #:website/routes/index
(:use #:cl
#:hsx)
(:export #:handle-get
#:handle-head))
(in-package #:hp/routes/index)
(in-package #:website/routes/index)
(defparameter *links*
'(("Keyoxide" "https://keyoxide.org/f39d5b2c951d16732a5cd3528f0c1a22f26d7e62")