blog icon indicating copy to clipboard operation
blog copied to clipboard

Date not show in blog posts

Open edlgg opened this issue 6 years ago • 1 comments

It would be very helpful if the date of creation was shown at the top in each blog post.

edlgg avatar Dec 25 '18 16:12 edlgg

It would be very helpful if the date of creation was shown at the top in each blog post.

Yes. The date in the file name and in the meta data of the file contents, in the header of the text as a comment. So either parse the file name or get it from the meta data in the file. The actual links to the posts do display the date of creation. But I think that the format should be e.g. 2019-08-15 because 150819 could be misunderstood as 2015-08-19 for many of us. I will try and create a PR for it if noone else does.

montao avatar Aug 15 '19 12:08 montao