theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://gohugo-ananke-theme-demo.netlify.com/
MIT License
1.09k stars 1.12k forks source link

Pages now appear listed in the Home page along Posts #686

Open ramiro opened 2 months ago

ramiro commented 2 months ago

Consider this simple scenario:

You have two pages in the main section:

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 2 months ago

This can be seen with the example site as shipped with the theme:

image