Browse code

corrected "upated" to "updated" in index.haml

Tom Hoover authored on 16/11/2010 at 17:55:00
Showing 1 changed files
... ...
@@ -11,7 +11,7 @@ disqus:
11 11
       .meta
12 12
         - author = (page.respond_to?(:author) && page.author) ? 'by: ' + page.author + ' |' : ''
13 13
         #{author} posted: #{post.date.strftime("%B #{post.date.day.ordinalize}, %Y")}
14
-        = (page.respond_to?(:updated) && page.updated) ? " | upated: #{page.updated}" : ''
14
+        = (page.respond_to?(:updated) && page.updated) ? " | updated: #{page.updated}" : ''
15 15
       = preserve rp(post.content)
16 16
       - if page.respond_to?(:disqus) && page.disqus
17 17
         - if post.data["comments_off"]
... ...
@@ -19,4 +19,4 @@ disqus:
19 19
         - else
20 20
           %a(href="#{post.url}/#disqus_thread")Comments
21 21
   .footer
22
-    %a(href="/archives.html" title="archives") « Blog Archives
23 22
\ No newline at end of file
23
+    %a(href="/archives.html" title="archives") « Blog Archives