From 46371385ee5d95217b7b1fb636e17d9277835f69 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 28 Oct 2022 16:06:29 -0500 Subject: Tweaks --- navigation.lisp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'navigation.lisp') diff --git a/navigation.lisp b/navigation.lisp index 4f73917..b362fe1 100644 --- a/navigation.lisp +++ b/navigation.lisp @@ -4,6 +4,8 @@ (defun create-navigation-header (parent) (with-clog-create parent - (unordered-list () - (list-item () (a (:link "/home" :content "Home"))) - (list-item () (a (:link "/explore" :content "Explore")))))) + (section (:header ) + (div () + (img ( :url-src "/favicon.ico")) + (a (:link "/home" :content "Home")) + (a (:link "/explore" :content "Explore")))))) -- cgit v1.2.3