Add metadata context

This commit is contained in:
Akira Tempaku 2025-05-04 00:26:49 +09:00
commit c311ddb47c
Signed by: paku
GPG key ID: 5B4E8402BCC50607
8 changed files with 34 additions and 38 deletions
src/components

View file

@ -1,8 +1,7 @@
(defpackage #:website/components/header
(:use #:cl
#:hsx)
(:import-from #:jingle
#:request-uri)
#:hsx
#:jingle)
(:export #:~header))
(in-package #:website/components/header)