jekyll: release-date utility

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-08-04 01:04:47 +02:00
parent cd8197ff9a
commit 96321ace2b
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
3 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1 @@
<em class="release-date">{{ include.date }}</em>

View File

@ -17,7 +17,8 @@ body.night {
}
.rating-nero-value,
.reading-time {
.reading-time,
.release-date {
color: $body-text-night !important;
}

View File

@ -14,6 +14,11 @@
color: rgba(13, 86, 125, 0.55);
}
.release-date {
font-size: 12px;
color: rgba(13, 86, 125, 0.55);
}
.break {
margin-bottom: 20px!important;
}