Postleaf / postleaf

Simple, beautiful publishing with Node.js.
https://www.postleaf.org/
MIT License
505 stars 204 forks source link

Fix URL parameters in dynamic images #80

Closed xtrafrancyz closed 6 years ago

xtrafrancyz commented 6 years ago

Pull Request Summary

URL generation in dynamic images is a bit buggy, it prepends a null word before search part of URL so the first parameter never works, for example:

/uploads/2018/02/cover.png?nullwidth=2000

All code contributions are subject to the terms of the Contributor License Agreement described in CONTRIBUTING.md.

claviska commented 6 years ago

Good catch, thanks. Just one minor fix if you can.