From 6a8dd446ce8656f5dc2b6db2db497241b653486c Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 9 Jan 2021 19:09:33 +0000 Subject: [PATCH] feat: show chapter in Book mobile menu Effectively replaces breadcrumbs on mobile and hides the dedicated Book search box. --- wowchemy/layouts/partials/book_sidebar.html | 17 ++++++++++++++--- wowchemy/layouts/partials/breadcrumb.html | 4 ++-- .../layouts/partials/breadcrumb_helper.html | 4 ++-- wowchemy/layouts/partials/navbar.html | 2 +- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/wowchemy/layouts/partials/book_sidebar.html b/wowchemy/layouts/partials/book_sidebar.html index 4bf01edc..f95fb5f4 100644 --- a/wowchemy/layouts/partials/book_sidebar.html +++ b/wowchemy/layouts/partials/book_sidebar.html @@ -1,10 +1,21 @@