git ssb

0+

gb / gwenbell.com



Tree: 32b48f9b3bd44dcb3bb24b0d9cea7a213f409121

Files: 32b48f9b3bd44dcb3bb24b0d9cea7a213f409121 / 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