Is there another way of displaying when an article was published? So not 12-06-2016 but rather Yesterday or 5 months ago. I was looking the http://momentjs.com/ site but not sure how to implement the Relative Time option.
Thank you.
You could use the moment helper: https://hexo.io/docs/helpers.html#moment
<%- moment('20161201', 'YYYYMMDD').fromNow() %>
Perfect! Thank you...
Most helpful comment
You could use the
momenthelper: https://hexo.io/docs/helpers.html#moment