diff --git a/lib/site_template/_layouts/post.html b/lib/site_template/_layouts/post.html index ccaf1c99..a2b4e52f 100644 --- a/lib/site_template/_layouts/post.html +++ b/lib/site_template/_layouts/post.html @@ -4,7 +4,7 @@ layout: default - {{ page.title }} + {{ page.title }} {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %} diff --git a/lib/site_template/index.html b/lib/site_template/index.html index 594881d5..83d93985 100644 --- a/lib/site_template/index.html +++ b/lib/site_template/index.html @@ -4,16 +4,16 @@ layout: default - Posts + Posts {% for post in site.posts %} {{ post.date | date: "%b %-d, %Y" }} - + {{ post.title }} - + {% endfor %}