git ssb

0+

gb / gwenbell.com



Tree: 4a6b080fbdda7a2954e39faf92c4c5aab4e6b8b6

Files: 4a6b080fbdda7a2954e39faf92c4c5aab4e6b8b6 / layouts / index.jade

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

Built with git-ssb-web