git ssb

0+

gb / gwenbell.com



Tree: 6cb00b2a43a27b47d25d5936eb65f1bc9a9a1dfc

Files: 6cb00b2a43a27b47d25d5936eb65f1bc9a9a1dfc / 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