Problem displaying dates on posts #917
-
|
I have a site thequeensofthewest.band that uses a minimally altered Ananke theme: I've only changed the colours and header images. The date of creation is not showing on my posts - how can I I enable it? I have tried putting "show_date = true" in my front matter. This is the front matter of a typical post, everything works as expected except the date does not show, I checked the font size and colour in case they obscured it : |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Could you make your repository available? If it's too private maybe just add There is no If you can't share the source files of your website load the page where you would expect the date and right click it and click the "show source" link (it will have a different name depending on your browser). Once that is loaded search for |
Beta Was this translation helpful? Give feedback.
-
|
Disregard the second part of my answer... I checked your site and can see a hidden time element: which is set to be hidden by your stylesheets: Either share your code and I'll find the culprit or look for |
Beta Was this translation helpful? Give feedback.
Disregard the second part of my answer... I checked your site and can see a hidden time element:
which is set to be hidden by your stylesheets:
Either share your code and I'll find the culprit or look for
visibility: hiddenin your styles and find out or rethink why that is there.