preaction / Statocles

Static website CMS
http://preaction.me/statocles
Other
84 stars 33 forks source link

Add site root to include search path #530

Open preaction opened 7 years ago

preaction commented 7 years ago

When we're including another file using the include template helper, we should add the site's root directory to the list of paths searched. This will allow us to more easily have some global site includes. The site root directory should come before the theme directory so that the site can override theme includes.

We will need to document how to override theme includes with this addition.