If this song sounds familiar you’ve probably played a lot of Borderlands 2, this track was remixed into the opening credits sequence.
Category: Off Topic
But First, Coffee
Lets get through Wednesday y-all.
Code snippet to hide date in Twenty Twenty Theme
/* use one or the other below */
/* Hide on homepage */
.home .post-date.meta-wrapper {
display:none;
}
/* If you want to hide everywhere */
.post-date.meta-wrapper {
display:none;
}