...
|
...
|
@@ -3,6 +3,6 @@
|
3
|
3
|
.meta
|
4
|
4
|
- author = (page.respond_to?(:author) && page.author) ? 'by: ' + page.author + ' |' : ''
|
5
|
5
|
#{author} posted: #{page.date.strftime("%B #{page.date.day.ordinalize}, %Y")}
|
6
|
|
- = (page.respond_to?(:updated) && page.updated) ? " | upated: #{page.updated}" : ''
|
|
6
|
+ = (page.respond_to?(:updated) && page.updated) ? " | updated: #{page.updated}" : ''
|
7
|
7
|
= preserve rp(content)
|
8
|
|
- #disqus_thread= include "disqus_thread.haml" if page.respond_to?(:disqus_short_name) && page.disqus_short_name
|
9
|
8
|
\ No newline at end of file
|
|
9
|
+ #disqus_thread= include "disqus_thread.haml" if page.respond_to?(:disqus_short_name) && page.disqus_short_name
|