aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hoover <tom@hisword.net>2010-11-17 01:55:00 +0800
committerBrandon Mathis <brandon@imathis.com>2010-11-17 02:38:01 +0800
commit38fd8d6ee9ea0943b6c91b6ea5e6241dba867c9b (patch)
treed3c6057a79d600ad1ec09663323d5a37fd56df19
parent493a2cef6861823fb6446677f0c79cd035150d56 (diff)
downloadmy_new_personal_website-38fd8d6ee9ea0943b6c91b6ea5e6241dba867c9b.tar.xz
my_new_personal_website-38fd8d6ee9ea0943b6c91b6ea5e6241dba867c9b.zip
corrected "upated" to "updated" in index.haml
Diffstat (limited to '')
-rw-r--r--source/index.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/index.haml b/source/index.haml
index b90b7209..6647ccdc 100644
--- a/source/index.haml
+++ b/source/index.haml
@@ -11,7 +11,7 @@ disqus:
.meta
- author = (page.respond_to?(:author) && page.author) ? 'by: ' + page.author + ' |' : ''
#{author} posted: #{post.date.strftime("%B #{post.date.day.ordinalize}, %Y")}
- = (page.respond_to?(:updated) && page.updated) ? " | upated: #{page.updated}" : ''
+ = (page.respond_to?(:updated) && page.updated) ? " | updated: #{page.updated}" : ''
= preserve rp(post.content)
- if page.respond_to?(:disqus) && page.disqus
- if post.data["comments_off"]
@@ -19,4 +19,4 @@ disqus:
- else
%a(href="#{post.url}/#disqus_thread")Comments
.footer
- %a(href="/archives.html" title="archives") &laquo; Blog Archives \ No newline at end of file
+ %a(href="/archives.html" title="archives") &laquo; Blog Archives