zolastrap
zolastrap copied to clipboard
Variable `paginator.pages` not found in context while rendering 'index.html'
New project, theme cloned to the themes dir and set in config.
>zola serve
Building site...
Checking all internal links with anchors.
> Successfully checked 0 internal link(s) with anchors.
-> Creating 0 pages (0 orphan) and 0 sections
Error: Failed to render section 'D:\Workspaces\StPauls\stpauls-www\content\_index.md'
Reason: Failed to render 'index.html'
Reason: Variable `paginator.pages` not found in context while rendering 'index.html'
zola 0.15.3
I will take a look and give you a feedback. If you don't want to wait you can take a look at this repo:
https://github.com/marcodpt/marcodpt.github.io
It is a sample that I use myself.
same problem here
New project, theme cloned to the themes dir and set in config.
>zola serve Building site... Checking all internal links with anchors. > Successfully checked 0 internal link(s) with anchors. -> Creating 0 pages (0 orphan) and 0 sections Error: Failed to render section 'D:\Workspaces\StPauls\stpauls-www\content\_index.md' Reason: Failed to render 'index.html' Reason: Variable `paginator.pages` not found in context while rendering 'index.html'zola 0.15.3
cover all the files from themes/templates including config.toml and content dir.then I solve the problem