Show date of posts (#2526)

* add date to read-time.html

* add option for show_date, dynamic icon style

* change read-time to post__meta

* cleanup post__metal.html

* cleanup post__meta include variables

* put date before read time

* remove space in include variable

* allow customisation of post__meta separator

* add some documentation

* oops fix typo derp

* add post date image

* change page meta separator customisation to CSS
This commit is contained in:
Lim Jing Heng
2020-08-04 22:39:01 +08:00
committed by GitHub
parent 5d85bf1912
commit f15e02ea58
12 changed files with 150 additions and 24 deletions

View File

@ -299,6 +299,12 @@ body {
text-transform: uppercase;
}
.post__meta-sep::before {
content: "\2022";
padding-left: 0.5em;
padding-right: 0.5em;
}
/*
Page taxonomy
========================================================================== */