aboutsummaryrefslogtreecommitdiff
path: root/source/_includes
diff options
context:
space:
mode:
authorTom Hoover <tom@hisword.net>2010-11-17 01:41:09 +0800
committerBrandon Mathis <brandon@imathis.com>2010-11-17 02:38:01 +0800
commit493a2cef6861823fb6446677f0c79cd035150d56 (patch)
tree2a53b315e404f01303e0fc358982a31ad6c10e3e /source/_includes
parent7ae530964201a8d77ecab9693bfa77bae498ee0f (diff)
downloadmy_new_personal_website-493a2cef6861823fb6446677f0c79cd035150d56.tar.xz
my_new_personal_website-493a2cef6861823fb6446677f0c79cd035150d56.zip
corrected "upated" to "updated"
Diffstat (limited to 'source/_includes')
-rw-r--r--source/_includes/post.haml4
1 files changed, 2 insertions, 2 deletions
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