From 428bd5e431ebd87a985980062b42ccfbcdab0cc6 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sun, 24 Jan 2021 20:21:28 +0000 Subject: demo: enable breadcrumbs --- exampleSite/config/_default/params.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index e5c0719d..82375c1d 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -200,6 +200,10 @@ plugins_js = [] publication_view = 2 talk_view = 2 +# Breadcrumb navigation +[breadcrumb] + page_types = {book = true} + ############################ ## Comments ############################ -- cgit v1.2.3