From 8a849a7941a7b27cbcdc19e7c2753268060d03b6 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Mon, 6 Nov 2023 14:36:54 +0530 Subject: [PATCH] refactor: add spacer in the breadcrumb --- templates/_partials/breadcrumb.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/_partials/breadcrumb.tpl b/templates/_partials/breadcrumb.tpl index 037ceff..17ffcec 100644 --- a/templates/_partials/breadcrumb.tpl +++ b/templates/_partials/breadcrumb.tpl @@ -31,9 +31,9 @@ {$path.title} - - / - + {if !$smarty.foreach.breadcrumb.last} + / + {/if} {/block}