On a fresh pelican build and pelicanium clone with or without entries in the 'content' directory, I'm getting the following error:
CRITICAL: 'articles_page' is undefined
Removing {% include 'pagination.html' %} from index.html fixes the error, which leads me to believe this is a pagination problem. Any ideas why this could be happening?
Other themes seem to paginate just fine.
On a fresh pelican build and pelicanium clone with or without entries in the 'content' directory, I'm getting the following error:
CRITICAL: 'articles_page' is undefinedRemoving
{% include 'pagination.html' %}from index.html fixes the error, which leads me to believe this is a pagination problem. Any ideas why this could be happening?Other themes seem to paginate just fine.