From a4b6b93990fc25fa9f7bb9f53e2ccd28e3bd7d98 Mon Sep 17 00:00:00 2001 From: manunamz Date: Thu, 5 Oct 2023 13:02:59 -0400 Subject: [PATCH] rm: site home from ancestry locations -- just made it a node instead and the home page is always in the header anyway; also, fix a typo. --- src/components/BreadCrumbs.astro | 5 +---- src/pages/map.astro | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/BreadCrumbs.astro b/src/components/BreadCrumbs.astro index 46deee7..83be806 100644 --- a/src/components/BreadCrumbs.astro +++ b/src/components/BreadCrumbs.astro @@ -27,11 +27,8 @@ const ancestorNodes = ancestors.map(n => tree.find(tn => tn.text == n)); list-style: none; } -