From 21dbbcc5f324e4d3f7ebe760c2a6ee2a49dd52cf Mon Sep 17 00:00:00 2001 From: Greg Newman Date: Thu, 15 Dec 2022 15:12:49 -0500 Subject: [PATCH] :art: cleanup breadcrumbs on forum Use svg chevron in the breadcrumbs Note: use these elsewhere chevrons are called for --- templates/partials/breadcrumb.html | 35 ++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/templates/partials/breadcrumb.html b/templates/partials/breadcrumb.html index fc9d1ccd..e7f8a058 100644 --- a/templates/partials/breadcrumb.html +++ b/templates/partials/breadcrumb.html @@ -1,16 +1,37 @@ {% load i18n %}