From 16252256a59ff3c318a384202e2a00a9601ec45e Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 12 May 2015 13:06:51 -0400 Subject: Make posts page show only an excerpt, correct datetime --- _layouts/master.html | 2 +- _layouts/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '_layouts') diff --git a/_layouts/master.html b/_layouts/master.html index e5d0397..73b1b8d 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -86,7 +86,7 @@ {{ content }} diff --git a/_layouts/post.html b/_layouts/post.html index 9cf26f0..ea8eb30 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,7 +5,7 @@ layout: master

{{ page.title }}

-

+

-- cgit v1.2.3