From 3e6dc7cd521db0109c9009f90ebc0aef1683b52d Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sun, 30 Jun 2013 16:13:07 -0400 Subject: [PATCH] Add modified page date to sidebar if available. Solves most of #8 --- _config.yml | 2 +- _layouts/post.html | 5 +++-- _posts/2013-05-23-readability-feature-post.md | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index ebe169b..fd17180 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ description: A simple and clean responsive Jekyll theme for words and photo logo: site-logo.png disqus_shortname: sosimpletheme #Comment out url when working locally to resolve base urls correctly -url: http://mmistakes.github.io/so-simple-theme +#url: http://mmistakes.github.io/so-simple-theme # Owner/author information owner: diff --git a/_layouts/post.html b/_layouts/post.html index 21ba634..912045c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -23,8 +23,9 @@
diff --git a/_posts/2013-05-23-readability-feature-post.md b/_posts/2013-05-23-readability-feature-post.md index 0acdc1c..26d4b61 100644 --- a/_posts/2013-05-23-readability-feature-post.md +++ b/_posts/2013-05-23-readability-feature-post.md @@ -4,6 +4,7 @@ title: "Post with Large Feature Image and Text" description: "Custom written post descriptions are the way to go... if you're not lazy." category: articles tags: [sample post, readability] +modified: 2013-06-30 image: feature: so-simple-sample-image-3.jpg comments: true