show date last updated for posts with multiple commits
1 file changed, 14 insertions(+), 0 deletions(-)
changed files
M templates/style.css → templates/style.css
@@ -186,6 +186,20 @@ .skip:focus { top: 0; } +article > header > h1 { + margin-bottom: 0; +} + +.meta { + margin-top: 0; +} + +.date { + display: inline-block; + margin-right: 1ex; + font-size: small; +} + .tags { font-size: small; display: inline-block;