navbar brand logo src is # per default

This commit is contained in:
Marcus Kammer 2023-07-11 14:04:44 +02:00
parent d7dd0bbd06
commit 7f5fde022d

View file

@ -27,7 +27,7 @@
(in-package :cl-sbt)
(defmacro navbar-brand-logo ((&key (src nil) (alt "Logo") (width 30) (height 24) (classes "d-inline-block align-text-top")))
(defmacro navbar-brand-logo ((&key (src "#") (alt "Logo") (width 30) (height 24) (classes "d-inline-block align-text-top")))
"This macro generates the HTML code for a Bootstrap navbar brand logo.
The NAVBAR-BRAND-LOGO macro takes the following keyword arguments: