From f4d43d1e35f6433a15c1f7cf06140c1c8a48601b Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 26 Nov 2023 15:22:59 -0800 Subject: [PATCH] rename file to remove annoying whitespace --- .../{Introducing breadcrumbs.md => introducing-breadcrumbs.md} | 1 + 1 file changed, 1 insertion(+) rename content/notes/{Introducing breadcrumbs.md => introducing-breadcrumbs.md} (96%) diff --git a/content/notes/Introducing breadcrumbs.md b/content/notes/introducing-breadcrumbs.md similarity index 96% rename from content/notes/Introducing breadcrumbs.md rename to content/notes/introducing-breadcrumbs.md index c372d3f..4a93d86 100644 --- a/content/notes/Introducing breadcrumbs.md +++ b/content/notes/introducing-breadcrumbs.md @@ -1,6 +1,7 @@ --- title: "Introducing breadcrumbs" date: 2022-07-07T18:12:10-07:00 +lastMod: 2022-07-07T18:12:10-07:00 --- I just rolled out breadcrumbs for my website. Now, any page that is not linked directly from the navbar or site footer will have a breadcrumb list in its header. The breadcrumb list shows how to reach the page, starting from a navbar link. The first item is the navbar or footer link; the second link is the current page.