Pagination is not performed. Help #3826
Answered
by
dwkns
frontrabotka
asked this question in
General
-
Hello. Eleventy does not create a blog folder or create three files in it. What could be the reason? Here is the file post.njk (src/includes/post.njk):
Here is the file cars.json (src/_data/cars.json):
Here is the file .eleventy.js:
Here is the file base.njk:
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
dwkns
May 25, 2025
Replies: 1 comment 1 reply
-
Files within |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
frontrabotka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Files within
includes
as defined ineleventyConfig
are not processed as templates. Try movingsrc/includes/post.njk
tosrc/post.njk
and they should build.