Update piccolo

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

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))))