theNewDynamic / gohugo-theme-ananke

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

Single of type 'page' always display PAGE as section #522

Closed regisphilibert closed 2 years ago

regisphilibert commented 2 years ago

Current implementation of the page/single.html template calls for .Section | uppercase as "suptitle". But this will always be PAGE which does not seem like relevant information. We should update to .CurrentSection.Title to display the title of the direct ancestor.