Pages now appear listed in the Home page along Posts
ramiro opened this issue · 2 comments
ramiro commented
Consider this simple scenario:
You have two pages in the main section:
- About
- Contact
created by .md
files in content/
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.
ramiro commented