fs-c / words

Simple static site generator for publishing words. Minimal and YGWYS.
The Unlicense
2 stars 0 forks source link

Remove moment dependency #1

Closed fs-c closed 6 years ago

fs-c commented 6 years ago

Currently only the moment().fromNow() function is in use, and I don't feel like that justifies a 200kb dependency. This function should be replaced with a standalone implementation, and if that proves to not be feasible we should simply fall back to the old way of showing post timestamps.

Part of the Goals.