diff options
author | colin <colin@cicadas.surf> | 2024-06-01 05:59:17 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-06-01 05:59:17 -0700 |
commit | 132bb57d594894f7c9bdfea23e17971028acaedf (patch) | |
tree | 37ee92488f3bc925a729eba474774d6369e7d6e0 /vampire.asd | |
parent | a98270e2f8d90a9026394aff0aaa104824f045fa (diff) |
Add: page macro, css. Refactor: endpoints for consistent naming
Diffstat (limited to 'vampire.asd')
-rw-r--r-- | vampire.asd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/vampire.asd b/vampire.asd index 3b82f1c..0394b3a 100644 --- a/vampire.asd +++ b/vampire.asd @@ -29,13 +29,15 @@ (:module "site/" :serial t :components( + (:file "css") + (:file "html") + (:file "user-known") + (:file "login") + (:file "home") ;;(:file "navigation") ;;(:file "about") ;;(:file "new-account") ;;(:file "explore") - (:file "user-known") - (:file "login") - (:file "home") ;;(:file "playlist") )) (:file "vampire") |