1
0
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:
Holger Just 2017-09-12 18:20:11 +02:00
parent 19fe5ad9f0
commit 2f3964de63
2 changed files with 7 additions and 2 deletions

View File

@ -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'

View File

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