This commit is contained in:
Akira Tempaku 2024-04-12 16:32:40 +09:00
commit dfc3b1f663
3 changed files with 9 additions and 7 deletions
src/components/global

View file

@ -8,11 +8,12 @@
(pi:h
(head
(meta :charset "UTF-8")
(title (format nil "~@[~a | ~]skyizwhite.dev" title))
(script :src "/js/htmx.js")
(script :src "/js/htmx-ext/head-support.js")
(script :src "/js/alpine.js" :defer t)
(link :rel "stylesheet" :type "text/css" :href "/style/ress.css")
(link :rel "stylesheet" :type "text/css" :href "/style/global.css")
(title (format nil "~@[~a - ~]skyizwhite.dev" title))
(meta
:name "description"
:content (or description "pakuの個人サイト"))
(script :src "/public/js/htmx.js")
(script :src "/public/js/htmx-ext/head-support.js")
(script :src "/public/js/alpine.js" :defer t)
(link :rel "stylesheet" :type "text/css" :href "/public/style/main.css"))))
:content (or description "pakuの個人サイト")))))