We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider this simple scenario:
You have two pages in the main section:
created by .md files in content/
.md
content/
Also, a series of blog posts with content under the content/post/ sub-folder.
content/post/
Before commit f34c219 the home page only showed a list of blog posts.
After that commit (and possibly after fixing #685 to get the build process to finish) it shows the About and Contact pages too.
This seems to be a change of behavior introduced by #665 that affects basic functionality.
The text was updated successfully, but these errors were encountered:
This can be seen with the example site as shipped with the theme:
Sorry, something went wrong.
I can confirm this. For now you can manually configure this properly by adding the following to your global params section:
params
mainSections = ["post"]
This should remove all non posts from the more section.
I'll fix this on the demo page and readme after the next release in the coming days.
davidsneighbour
No branches or pull requests
Consider this simple scenario:
You have two pages in the main section:
created by
.md
files incontent/
Also, a series of blog posts with content under the
content/post/
sub-folder.Before commit f34c219 the home page only showed a list of blog posts.
After that commit (and possibly after fixing #685 to get the build process to finish) it shows the About and Contact pages too.
This seems to be a change of behavior introduced by #665 that affects basic functionality.
The text was updated successfully, but these errors were encountered: