From 564c0b07ad3e90d204b7fcbbfed86ee85b178b30 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 3 Sep 2025 22:22:35 +0200 Subject: [PATCH] #757, show landing page menu based of page layout --- assets/_main.scss | 2 +- layouts/baseof.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/_main.scss b/assets/_main.scss index 1691f6a..cb4f366 100644 --- a/assets/_main.scss +++ b/assets/_main.scss @@ -226,7 +226,7 @@ body[dir="rtl"] .book-menu { } } -.book-kind-home .book-header { +.book-layout-landing .book-header { display: block; } diff --git a/layouts/baseof.html b/layouts/baseof.html index 7028858..2e6b0a9 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -4,7 +4,7 @@ {{ partial "docs/html-head" . }} {{ partial "docs/inject/head" . }} - +