Skip to content

Instantly share code, notes, and snippets.

@amylaneio
Created December 3, 2017 12:14
Show Gist options
  • Save amylaneio/98b95e76899866b4798050ae740e62d9 to your computer and use it in GitHub Desktop.
Save amylaneio/98b95e76899866b4798050ae740e62d9 to your computer and use it in GitHub Desktop.
/* Hide date on blog posts */
.single .entry-meta .posted-on {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment