From cee311cc819902021e1b6caab7db53afa6d6fd19 Mon Sep 17 00:00:00 2001 From: Hanju Jo Date: Sat, 7 Oct 2017 04:47:09 +0900 Subject: [PATCH] Post meta in list --- index.html | 16 ++++++++++++++++ style.scss | 7 ++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 806b7611d74..ad56bfbd447 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,22 @@

+
+ + {{ post.date | date: "%Y-%m-%d" }} + + + +
+
{{ post.excerpt }}
diff --git a/style.scss b/style.scss index a15870708db..558ba5f347b 100644 --- a/style.scss +++ b/style.scss @@ -398,13 +398,10 @@ nav { } } -// -// .main -// - +// Posts .posts > .post { padding-bottom: 2em; - border-bottom: 1px solid $lightGray; + border-bottom: 1px solid $divider-color; } .posts > .post:last-child {