Enhance post header (#100)

- show calendar icon for 'posted date'
- show 'reading time'
This commit is contained in:
Khosrow Moossavi
2018-10-14 21:24:13 -04:00
committed by Luiz F. A. de Prá
parent 24c0c2fcc1
commit 11c0108323
8 changed files with 45 additions and 392 deletions

View File

@@ -23,6 +23,21 @@
margin-top: 4.0rem;
}
}
.post {
.post-title {
margin-bottom: .75em;
}
.post-meta {
.posted-on {
display: inline-block;
margin-left: 0;
margin-right: 1.5rem;
}
.reading-time {
display: inline-block;
}
}
}
}
.avatar img{