Update piccolo

This commit is contained in:
Akira Tempaku 2024-04-15 14:16:52 +09:00
parent 92c11d61a9
commit 4d784412fc
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
("piccolo" .
(:class qlot/source/git:source-git
:initargs (:remote-url "https://github.com/skyizwhite/piccolo.git")
:version "git-4fd887fc1bff812f10e57aca8011166f0b6a8c6d"))
:version "git-1f588b8a62b408067f8ea3a2045058dd94fd8047"))
("ningle-fbr" .
(:class qlot/source/git:source-git
:initargs (:remote-url "https://github.com/skyizwhite/ningle-fbr.git")

View file

@ -9,7 +9,7 @@
(pi:define-element stylesheets (hrefs)
(pi:h
(<> '()
(<>
(mapcar (lambda (href)
(link :rel "stylesheet" :type "text/css" :href href))
hrefs))))