njdehoog / Spelt

Delightfully simple static site generator written in Swift [NO LONGER MAINTAINED]
MIT License
132 stars 14 forks source link

Fix truncateFilter for string shorter than numberOfCharacters #9

Closed tnantoka closed 7 years ago

tnantoka commented 7 years ago

truncateFilter will be crashed if string is shorter than numberOfCharacters. I changed it so that it returns string unchanged in such a case.

njdehoog commented 7 years ago

@tnantoka thanks for fixing this!