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
Hi,
With version 3.7.0, the PAGES variables was renamed to a lowercased version: pages.
PAGES
pages
In templates/_includes/navigation.html, there is one occurrence of this variable.
templates/_includes/navigation.html
Can you make this change please? Thanks
The text was updated successfully, but these errors were encountered:
I've fixed it. Will propose a pull request for this. :) It fixes the issue (pages were not showing up in my blog!). Thanks
Sorry, something went wrong.
Fix pages variable in navigation bar
1fb51d8
Fixes issue duilio#91, pages do not show in the nav. bar.
No branches or pull requests
Hi,
With version 3.7.0, the
PAGES
variables was renamed to a lowercased version:pages
.In
templates/_includes/navigation.html
, there is one occurrence of this variable.Can you make this change please? Thanks
The text was updated successfully, but these errors were encountered: