getgrav / grav-theme-learn2

Learn2 Grav Theme
https://getgrav.org
MIT License
80 stars 42 forks source link

Add in default.html.twig file for error on Grav 1.0.10 #20

Closed laughnan closed 8 years ago

laughnan commented 8 years ago

Fix for issue #19 where the missing default.html.twig file isn't available for Grav 1.0.10.

rhukster commented 8 years ago

Really there's no purpose for a default.html.twig other than this error when choosing default. The fix I think is to handle this usecase in admin plugin, so you cannot create a page with default if the plugin does not support it.