add last-updated YAML parameter
This commit is contained in:
parent
9827abc40e
commit
d57097a1fe
5 changed files with 60 additions and 45 deletions
|
@ -475,6 +475,18 @@ footer .footer-custom-content {
|
|||
margin: 0 0 0.625rem;
|
||||
font-family: 'Lora', 'Times New Roman', serif;
|
||||
}
|
||||
.post-heading .post-meta {
|
||||
display: inline-block;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.post-heading .post-meta {
|
||||
display: block;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.post-heading .post-meta .middot {
|
||||
margin: 0 0.625rem;
|
||||
}
|
||||
.post-preview .post-entry {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -751,18 +763,6 @@ nav.top-nav-short-permanent ~ header > .intro-header.big-img {
|
|||
}
|
||||
}
|
||||
|
||||
.reader-time {
|
||||
display: inline-block;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.reader-time {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.reader-time .middot {
|
||||
margin: 0 0.625rem;
|
||||
}
|
||||
|
||||
/* --- Pagination --- */
|
||||
|
||||
.pagination {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue