aboutsummaryrefslogtreecommitdiffhomepage
path: root/navigation.lisp
blob: b362fe12d49870b1a54858e684572ee2bd25e58e (plain)
1
2
3
4
5
6
7
8
9
10
11
;;;; navigation

(in-package :vampire)

(defun create-navigation-header (parent)
  (with-clog-create parent
      (section (:header )
               (div ()
                    (img ( :url-src "/favicon.ico"))
                    (a (:link "/home"  :content "Home"))
                    (a (:link "/explore" :content "Explore"))))))