Merge branch 'main' of ssh://code.metalisp.dev:2222/marcuskammer/dev.metalisp.sbt

This commit is contained in:
Marcus Kammer 2025-01-23 08:15:17 +01:00
commit e79ca43a58
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -229,6 +229,8 @@ Example:
(defmacro with-navbar (container-type brand-name brand-url active-item &rest items)
"Creates a Bootstrap navigation bar.
CONTAINER-TYPE: Can be nil or \"fluid\"
ACTIVE-ITEM: The key of the currently active item
ITEMS: A plist of nav items in the form of :key \"url\" pairs"