Skip to content
Discussion options

You must be logged in to vote

Disregard the second part of my answer... I checked your site and can see a hidden time element:

<time class="f6 mv4 dib tracked" datetime="2026-02-05T13:05:59+11:00">February 5, 2026</time>

which is set to be hidden by your stylesheets:

time {
  visibility: hidden;
  font-size: 0
}

Either share your code and I'll find the culprit or look for visibility: hidden in your styles and find out or rethink why that is there.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@LaurieSavage
Comment options

Answer selected by LaurieSavage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants