-
-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Description
The HTML generated for my index page is below (first time user of Hugo) and as a web designer I am able to fix however just wanted to let you know that it is not adding /pages to the path and search is currently not working using fuse unless it is manually changed. Maybe I have not set it up correctly however not sure as I have only just started using. Also, not sure could this be due to the theme I am using (not Hugo itself) sorry to waste your time if it is.
So when I generate the site it creates the HTML below
<form action='/search' id='search-form' class='search-form'>
<label>
However the search page is not located at the site root so it only works if you manually change the HTML to add the /pages to the path.
<form action='/pages/search' id='search-form' class='search-form'>
<label>
Metadata
Metadata
Assignees
Labels
No labels