Skip to content

Commit

Permalink
Moved dependencies to spinneret plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Mar 5, 2024
1 parent 760b430 commit 26939e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions pages/projects.page
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ title: Our projects
format: spinneret
;;;;;

(ql:quickload '(dexador str github)
:silent t)

(:p "Here are some projects we are making or helping to develop.")

(:h2 "Software")
Expand Down
4 changes: 3 additions & 1 deletion plugins/spinneret.lisp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
(eval-when (:compile-toplevel :load-toplevel)
(ql:quickload '(spinneret
;; We need this lib on the pages
;; We need these libs on the pages
dexador
str
github)
:silent t))

Expand Down

0 comments on commit 26939e8

Please sign in to comment.