Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-01-24 23:21:28 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-01-24 23:21:28 +0300
commit428bd5e431ebd87a985980062b42ccfbcdab0cc6 (patch)
treeb62ad3a6408d65da9b61e14a8af12c5e3ac3a22e /config
parent715612334493cfda549e226c57a0b8938f2fd66d (diff)
demo: enable breadcrumbs
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index e8024ff1..54726280 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -200,6 +200,10 @@ plugins_js = []
publication_view = 2
talk_view = 2
+# Breadcrumb navigation
+[breadcrumb]
+ page_types = {book = true}
+
############################
## Comments
############################