tent.io/layouts/_post.slim
Jonathan Rudenberg c0ca040c2c Do stuff
2012-08-22 11:17:22 -04:00

5 lines
260 B
Text

article
h1 == link_to @post[:title], @post.identifier.chop
- time = Time.parse(@post[:created_at])
date title=time.strftime('%F %R %Z') datetime=time.strftime('%FT%T%:z') pubdate=true = time.strftime('%B %-d, %Y')
== @content || @post.compiled_content