You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The search page has no title or sidebar. Rather, it has the button "Type to search" then if you type in the search bar, the results appear on the page. This seems to be the intended output based on this code.
I'm not sure what would cause something like this. But the fact that I've seen both when running hugo --minify locally and seeing version A on the example site right now seems to indicate there's a problem.
I have checked all the prerequisites below and I'm yet experiencing a problem
Describe the bug
On Hugo build...
Version A
The search page contains only the page title "Search" and includes the sidebar. Typing in the search bar doesn't change the page.
Live example: https://docs.neuralvibes.com/search/
Version B
The search page has no title or sidebar. Rather, it has the button "Type to search" then if you type in the search bar, the results appear on the page. This seems to be the intended output based on this code.
I'm not sure what would cause something like this. But the fact that I've seen both when running
hugo --minify
locally and seeing version A on the example site right now seems to indicate there's a problem.Perhaps there's a file conflict between
exampleSite/content/search.md
andlayouts/search/single.html
?Desktop (please complete the following information):
12.2.1
99.0b5
The text was updated successfully, but these errors were encountered: