Adding last modified for pages if lastmod is set

This commit is contained in:
Henry Fredrick Schreiner 2018-05-07 11:21:01 +02:00
commit 491837e9f8
3 changed files with 18 additions and 2 deletions

View file

@ -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;
}