From 6fea7ac2ce1df631097789695fe9b127c54781a6 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 31 May 2022 14:52:02 -0400 Subject: [PATCH] fix: breadcrumbs not allowing url in last breadcrumb --- templates/partials/breadcrumbs.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/breadcrumbs.tpl b/templates/partials/breadcrumbs.tpl index 6c7acd5..dec56c2 100644 --- a/templates/partials/breadcrumbs.tpl +++ b/templates/partials/breadcrumbs.tpl @@ -3,7 +3,7 @@ {{{each breadcrumbs}}} component="breadcrumb/current" itemscope="itemscope" itemprop="itemListElement" itemtype="http://schema.org/ListItem" class="active"> - + {{{ if ./url }}}{{{ end }}} {breadcrumbs.text} @@ -11,7 +11,7 @@ - + {{{ if ./url }}}{{{ end }}} {{{end}}}