all repos — homestead @ 431e351c78000ccd0d6bf035b4cd1092a7744d85

Code for my website

show date last updated for posts with multiple commits

Alan Pearce
commit

431e351c78000ccd0d6bf035b4cd1092a7744d85

parent

677f6211540940a1bdccb07cae059b4343807f1a

1 file changed, 14 insertions(+), 0 deletions(-)

changed files
M templates/style.csstemplates/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;