preaction / Statocles

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

Move layouts into layout directory #486

Closed preaction closed 8 years ago

preaction commented 8 years ago

Instead of using the site directory for layout templates, they should have their own directory. This will make it easier to have multiple layouts and have a specific place for them.

The current site/layout.html.ep should be moved to layout/default.html.ep.

This is a breaking change. In the code when trying to find the default layout, we should check for layout/default.html.ep first, and if that is missing, give a warning and look for site/layout.html.ep.