cleanpress icon indicating copy to clipboard operation
cleanpress copied to clipboard

date not showing up

Open angelacode opened this issue 9 years ago • 5 comments

Hi, in another blog I helped set up, the date showed up fine.

In a brand new blog, the date doesn't show up.

image

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

Thanks.

angelacode avatar Jul 06 '15 18:07 angelacode

inspect element: image

angelacode avatar Jul 06 '15 18:07 angelacode

Yes, I have the same problem here.

friolz avatar Sep 03 '15 22:09 friolz

same problem +1.

thehackercat avatar Nov 07 '15 11:11 thehackercat

Actually I found out that it was the date_format problem.

2015-11-09 1 07 26 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 .

2015-11-09 1 09 56

thehackercat avatar Nov 09 '15 05:11 thehackercat

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.

2015-11-09 10 45 30

Then it becomes like this. 2015-11-09 10 48 48

You can merge it in #23 .

thehackercat avatar Nov 09 '15 14:11 thehackercat