/*************************************************************
 * Blog-Subtitle Contents
 *************************************************************/
.date:before,
.categories:before{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    margin-right: .25rem; width: 1.5em; display: inline-block;
    text-align: center; 
}
.date:before{ content: '\f073'; }
.categories:before{ content: '\f02c'; }