Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if post.publishedDate
  2.     | on #{post._.publishedDate.format('MMMM Do, YYYY')}
  3. if post.categories && post.categories.length
  4.     | in
  5.     each cat, i in post.categories
  6.         a(href='/blog/' + cat.key)= cat.name
  7.         if i < post.categories.length - 1
  8.             | ,
  9.         else
  10.             |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement