Closed William-LP closed 4 months ago
Can you try setting the type of the section to docs
https://imfing.github.io/hextra/docs/guide/organize-files/#layouts
@imfing
Hi, I would like to ask by the way, I want to use blog type but want to enable sidebar, what should I do?
I need to create layouts/blog/single.html yourself and adjust {{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
?
I currently use docs with a sidebar, but I want to display the date and creation time like a blog. How should I do this?
@imfing Thanks it works as expected !
@imfing
Hi, I would like to ask by the way, I want to use blog type but want to enable sidebar, what should I do?
I need to create layouts/blog/single.html yourself and adjust
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
?I currently use docs with a sidebar, but I want to display the date and creation time like a blog. How should I do this?
@880831ian hi this is not supported currently. you have to override the blog page template to include sidebar
Description
The left sidebar menu is missing on larger screen devices when having the following directory structure :
Note that I'm not using top level directory section like blog or docs.
Steps To Reproduce
Expected Behavior
The left sidebar should be present on larger screen
Actual Behavior
There's no menu on larger screen, but the menu exist on smaller screen
Screenshots
screen-capture.webm
Environment
Additional Context
Let me know if you need more context or information