-
Is it possible to reference subidirectories in the include statement? I'm not being able to reference my partial by using this form but it picks it up when "header" is in the root f the "_includes" folder. This is the basic file structure I have to test this. Tree
.eleventy.js
_inlcude is taking the default value here. home.njk
Console
I have also tried with
Is this possible to do? What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
pdehaan
Aug 24, 2021
Replies: 1 comment 1 reply
-
Does it work if you use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
denik1981
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does it work if you use
{% include "home/header.njk" %}
?https://github.com/pdehaan/11ty-1949