From 493a2cef6861823fb6446677f0c79cd035150d56 Mon Sep 17 00:00:00 2001 From: Tom Hoover Date: Wed, 17 Nov 2010 01:41:09 +0800 Subject: corrected "upated" to "updated" --- source/_includes/post.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/_includes') diff --git a/source/_includes/post.haml b/source/_includes/post.haml index 362c5322..b51b99f5 100644 --- a/source/_includes/post.haml +++ b/source/_includes/post.haml @@ -3,6 +3,6 @@ .meta - author = (page.respond_to?(:author) && page.author) ? 'by: ' + page.author + ' |' : '' #{author} posted: #{page.date.strftime("%B #{page.date.day.ordinalize}, %Y")} - = (page.respond_to?(:updated) && page.updated) ? " | upated: #{page.updated}" : '' + = (page.respond_to?(:updated) && page.updated) ? " | updated: #{page.updated}" : '' = preserve rp(content) - #disqus_thread= include "disqus_thread.haml" if page.respond_to?(:disqus_short_name) && page.disqus_short_name \ No newline at end of file + #disqus_thread= include "disqus_thread.haml" if page.respond_to?(:disqus_short_name) && page.disqus_short_name -- cgit v1.2.1