hexo-include icon indicating copy to clipboard operation
hexo-include copied to clipboard

Template render error

Open newusername2022 opened this issue 4 years ago • 0 comments

I'm getting this error when I added {% include 'pathtofile/file.html' %} in one of my post. I'm at lost of where this came from. Is it something wrong with my nunjucks or is it not finding the file from path?

Template render error: (unknown path)
  Error: template not found: pathtofile/file.html
    at Object._prettifyError (...blog/node_modules/nunjucks/src/lib.js:36:11)
    at ...blog/node_modules/nunjucks/src/environment.js:561:19
...

newusername2022 avatar Jun 11 '20 19:06 newusername2022