You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
When trying to convert my Jekyll website to a Pretzel website I noticed that for Pretzel I had to specify the layout in each post while Jekyll has the concept of scoped defaults in _config.yml as described here: https://jekyllrb.com/docs/configuration/#front-matter-defaults .
Before I'll try to add this feature to the code, is there a reason (other than time) for not having implemented this?