/* Hide the date badge on
individual posts */
body.single .post-date {
    display: none !important;
}