vuepress / vuepress-plugin-blog

Official blog plugin for VuePress
https://vuepress-plugin-blog.billyyyyy3320.com/
MIT License
181 stars 63 forks source link

Date not added to post frontmatter #98

Open travis-w opened 3 years ago

travis-w commented 3 years ago

Bug report

I have been messing around with VuePress the last couple days along with the blog plugin. I am working on creating my own theme and noticed the blogs were being "sorted" oldest to newest and I wanted to reverse it. I found the sorter function and console.logged the prev.frontmatter.date and next.frontmatter.date and both are undefined. It doesn't look like the dates are getting added to the frontmatter of posts at all.

Steps to reproduce

What is expected?

What is actually happening?

Other relevant information