git ssb

0+

gb / gwenbell.com



Tree: 4a6b080fbdda7a2954e39faf92c4c5aab4e6b8b6

Files: 4a6b080fbdda7a2954e39faf92c4c5aab4e6b8b6 / layouts / blog.jade

222 bytesRaw
1extends layout
2
3block content
4 h2 #{title}
5 ul
6 each blog in collections.blog
7 li
8 a(href="/" + blog.path + "/")= blog.title
9 span - #{moment(blog.date).format('MMMM Do YYYY')}
10 div!= contents
11
12
13

Built with git-ssb-web