From 75b84cc181e2afd4a44791dba284fb2232da257c Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 9 Feb 2025 01:24:00 -0800 Subject: [PATCH] List breadcrumbs feature --- README.md | 1 + theme.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 89c00984..755d91e0 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Paige is designed to put your content front and center, avoiding the typical clu - Authors - Blog - Bootstrap styles and icons +- Breadcrumbs - Categories - Code shortcode - Customizable diff --git a/theme.toml b/theme.toml index a93eca84..36d0a856 100644 --- a/theme.toml +++ b/theme.toml @@ -6,6 +6,7 @@ features = [ "authors", "blog", "bootstrap styles and icons", + "breadcrumbs", "categories", "code shortcode", "customizable",