- (breadcrumbs-link [procedure]) parameter
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) (string-append "<a href='" uri "'>" text "</a>"))))