mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2025-10-17 17:01:01 +00:00
Format the post date a bit nicer
This commit is contained in:
parent
19fe5ad9f0
commit
2f3964de63
@ -81,7 +81,7 @@ set :casper, {
|
||||
url: 'https://holgerjust.de',
|
||||
name: 'Everything is broken',
|
||||
description: 'Stories about Life and Technology',
|
||||
date_format: '%Y-%m-%d',
|
||||
date_format: '%B %d, %Y',
|
||||
navigation: true,
|
||||
default_license: 'cc_by_sa',
|
||||
author: 'Holger Just'
|
||||
|
||||
@ -24,10 +24,15 @@
|
||||
}
|
||||
|
||||
.post-template .post-date,
|
||||
.page-template .post-date {
|
||||
.page-template .post-date,
|
||||
.post-meta .post-date {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.post-date {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.time-to-read {
|
||||
margin-left: 8px;
|
||||
padding-left: 12px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user