Files: d3946e2aa3a1a85cdf79f0945f83576a7da5fd74 / layouts / post.jade
365 bytesRaw
1 | extends layout |
2 | |
3 | block 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