From 9a74b85f51943effcd57c2a858dc34edade05d9b Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Thu, 6 Sep 2018 11:57:08 -0400 Subject: add 'updated' field to post headers --- _layouts/post.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 8c132d0..27dc55e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,6 +16,12 @@ layout: default {{ page.date | date: "%b %-d, %Y" }} • + {%- if page.updated %} + + • + {% endif -%} {{ page.description }} -- cgit v1.2.3