- breadcrumbs-link #!optional procedureparameter
A two-arguments procedure to make breadcrumbs links. The first argument is the breadcrumb URI and the second one the breadcrumb label. The default value is:
(lambda (uri text) `(a (@ (href ,uri)) ,text))