From 366d7fc857f0301b3199c64ecd57314d3de39199 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Thu, 29 Oct 2020 06:06:46 +0000 Subject: [PATCH] Add published date to blog list --- static/style.css | 8 ++++++++ templates/post_preview.html | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 86da6d2..511a535 100644 --- a/static/style.css +++ b/static/style.css @@ -122,6 +122,14 @@ h4 { font-size: 20px; } +h1.reduced, h2.reduced, h3.reduced, h4.reduced { + line-height: 1.5; +} + +p.faded, span.faded { + color: #555555; +} + div.post-head h1 { margin-bottom: 18px; } diff --git a/templates/post_preview.html b/templates/post_preview.html index 717c79e..44677ad 100644 --- a/templates/post_preview.html +++ b/templates/post_preview.html @@ -1,5 +1,6 @@
-

{title}

+

{title}

+ Published on {date}

{auto_description}

Read more