git ssb

0+

gb / gwenbell.com



Tree: d7ccd168fe0681c6e9fca430729f5abb12386773

Files: d7ccd168fe0681c6e9fca430729f5abb12386773 / layouts / post.jade

365 bytesRaw
1extends layout
2
3block content
4
5 h2= title
6 p(style='color:#666;')= moment(date).format('MMMM Do YYYY')
7 div!= contents
8 if previous
9 p(style='text-align: right; float: right; font-color: red;'): a(href="/#{previous.path}/") #{previous.title + 'โ†’'}
10 if next
11 p(style='text-align: left; float: left;'): a(href="/#{next.path}/") #{'โ† ' + next.title}
12

Built with git-ssb-web