How to set default layout for specific folder? #363
-
Is it possible to set the default layout for specific folder of html files?
|
Beta Was this translation helpful? Give feedback.
Answered by
oscarotero
Jan 20, 2023
Replies: 1 comment
-
Just add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DrSensor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just add
layout: demo.njk
to thedemo/_data.yaml
file, so this value is shared by all pages in this folder.