Jekyll-Models icon indicating copy to clipboard operation
Jekyll-Models copied to clipboard

A Jekyll plugin that allows you to make your own models like posts. It generates them for you too!

Results 2 Jekyll-Models issues
Sort by recently updated
recently updated
newest added

To link from one model to another within a template ("pagination") it might be helpful to have linked models using `model.next` and `model.previous`. Example: ``` {% if page.model.previous %} PREVIOUS...

A demo page showing this plugin working would be useful.