diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-02-24 03:25:42 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-24 03:25:42 +0000 |
commit | 4325ada4b8726132f33e7098f23c04ee4d2c2ce6 (patch) | |
tree | 3c6f5881505e5ea3eee6184047a98f56f0a984d6 /haunt.scm | |
parent | 6d1345957cb41770d63073cd5ddd93e64307d25d (diff) |
Add files via upload
Diffstat (limited to 'haunt.scm')
-rw-r--r-- | haunt.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -97,7 +97,8 @@ #:readers (list commonmark-reader*) #:builders - (list (blog #:theme default-theme #:collections %projects) + (list + (blog #:theme default-theme #:collections %projects) (blog #:theme default-theme #:collections %research) home-page about-page |