Implement layout (wip)
This commit is contained in:
parent
0f7978cc5c
commit
b62a2dd8c4
13 changed files with 69 additions and 36 deletions
src/components/layout
9
src/components/layout/footer.lisp
Normal file
9
src/components/layout/footer.lisp
Normal file
|
@ -0,0 +1,9 @@
|
|||
(defpackage #:hp/components/layout/footer
|
||||
(:use #:cl)
|
||||
(:local-nicknames (#:pi #:piccolo))
|
||||
(:export #:layout-footer))
|
||||
(in-package #:hp/components/layout/footer)
|
||||
|
||||
(pi:define-element layout-footer ()
|
||||
(pi:h
|
||||
(footer :data-css "components/layout/footer.css")))
|
Loading…
Add table
Add a link
Reference in a new issue