cleanpress
cleanpress copied to clipboard
date not showing up
Hi, in another blog I helped set up, the date showed up fine.
In a brand new blog, the date doesn't show up.

I'm not sure what it is -- this is a brand new install. And it worked fine in an old deploy.
Thanks.
inspect element:

Yes, I have the same problem here.
same problem +1.
Actually I found out that it was the date_format problem.
You can check out at /octopress/source/_includes/post/date.html line 11.
I replaced $date_formatted into $date, and it worked ,through it still have the format problem like this .
I have fixed this bug just now. Replace {{ date_formatted }} into {{ date | date: "%b %e, %Y" }} at /octopress/source/_includes/post/date.html line 11.
Then it becomes like this.

You can merge it in #23 .