Rename hp to website
This commit is contained in:
parent
33e23d9f95
commit
b69fcee7a1
21 changed files with 77 additions and 70 deletions
src/components
|
@ -1,10 +1,10 @@
|
|||
(defpackage #:hp/components/header
|
||||
(defpackage #:website/components/header
|
||||
(:use #:cl
|
||||
#:hsx)
|
||||
(:import-from #:jingle
|
||||
#:request-uri)
|
||||
(:export #:~header))
|
||||
(in-package #:hp/components/header)
|
||||
(in-package #:website/components/header)
|
||||
|
||||
(defparameter *nav-menu*
|
||||
'(("/bio" "bio")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue