diff --git a/_includes/blog-post.html b/_includes/blog-post.html index f5c12fc..3e6d4ea 100644 --- a/_includes/blog-post.html +++ b/_includes/blog-post.html @@ -16,10 +16,10 @@
{% endif %} -
+
{{post.author.name}}
-
+
{{post.date | date: "%b %-d, %Y :: %H:%M"}}
diff --git a/css/style.sass b/css/style.sass index c9ae5f3..6c861b3 100644 --- a/css/style.sass +++ b/css/style.sass @@ -22,6 +22,13 @@ a #main-container background-color: $content-background +article.post + div.meta + font-size: 80% + color: #aaa + margin-top: .8em + margin-bottom: .5em + body background-color: $page-background margin: 0