Add this custom CSS:
/*add calendar icon to the left of journal titles*/
.journal-title .title::before,
.is-journals .title::before {
content: "🗓️";
font-size: 0.75em;
margin-right: 10px;
vertical-align: text-bottom;
}
Add this custom CSS:
/*add calendar icon to the left of journal titles*/
.journal-title .title::before,
.is-journals .title::before {
content: "🗓️";
font-size: 0.75em;
margin-right: 10px;
vertical-align: text-bottom;
}