Minimal layout and header #44
StefanoTrv
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! 👋
I've been creating quite a few highly customized pages, with a lot of HTML code in them. For this purpose, the
default
layout is too restrictive (I needed more horizontal space). So I used theminimal
layout. However, this layout does not include the header. I ended up creating my own "extensions" of theminimal
layout (I could have just pasted the code for the header in the pages, but this approach is more reusable).My question is the following: since there is already an option to disable the header in any layout, wouldn't it be better if it was possible to include the header in the
minimal
layout too? This way, it could easily be included in theminimal
layout (without having to find and copy-paste the code for the header) while still retaining the possibility of having no header.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions