jnordberg / wintersmith

A flexible static site generator
http://wintersmith.io/
MIT License
3.5k stars 335 forks source link

Add a last.page item to contents & current pageNum variable to paginator.coffee #215

Closed evanderkoogh closed 10 years ago

evanderkoogh commented 10 years ago

For my own blog I wanted to highlight the current page number and and a short-cut to the last page. I have added the required data in the contents and ctx variables for use in the templates.

jnordberg commented 10 years ago

Cheers