Created
December 3, 2017 12:14
-
-
Save amylaneio/98b95e76899866b4798050ae740e62d9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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