mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-15 22:05:04 -05:00
corrected "upated" to "updated" in index.haml
This commit is contained in:
parent
493a2cef68
commit
38fd8d6ee9
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user