Adding last modified for pages if lastmod is set
This commit is contained in:
parent
07f765675d
commit
491837e9f8
3 changed files with 18 additions and 2 deletions
|
|
@ -370,14 +370,19 @@ footer .theme-by {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
.post-preview .post-meta,
|
||||
.post-heading .post-meta {
|
||||
.post-heading .post-meta,
|
||||
.page-meta {
|
||||
color: #808080;
|
||||
font-size: 18px;
|
||||
font-style: italic;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
.page-meta {
|
||||
align-self: center;
|
||||
}
|
||||
.post-preview .post-meta a,
|
||||
.post-heading .post-meta a {
|
||||
.post-heading .post-meta a,
|
||||
.page-meta a {
|
||||
color: #404040;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue