VenusInterns / BlogTemplate

MIT License
208 stars 38 forks source link

Excerpt generator shouldn't ask us every time to feed it a maxLength #122

Closed lucasisaza closed 7 years ago

lucasisaza commented 7 years ago

We should set a variable maxLength that we (the developer) can change to fit their needs but it shouldn't require all of our calls to it for us to pass in a maxLength int.

julietdaniel commented 7 years ago

Note to self: stop passing in "140." Make this a set variable so the developer only has to customize this in one place.

julietdaniel commented 7 years ago

Fixed in updated master.