tea3 / hexo-generator-amp

AMP ⚡ HTML (Accelerated Mobile Pages) generator for Hexo.
MIT License
127 stars 28 forks source link

Date formatting #15

Closed churchs19 closed 7 years ago

churchs19 commented 7 years ago

I updated the date formatting in the post generation to use the date_format variable from Hexo's config and to use the moment.js library to do the formatting, allowing the dates to format like any dates uses elsewhere in a user's site.

I also corrected the spelling of "avatar" everywhere it was misspelled as "avator." This is a breaking change to existing templates that used this misspelling, so I updated the version number in package.json to 2.0.0.

All substantial changes are in generator.js.

tea3 commented 7 years ago

@churchs19 Thank you for your advice :D I merged immediately .

churchs19 commented 7 years ago

Sure thing! Great job on the plugin!