Files: dd760867397a72c7203a2cea92b5d61d8c57969e / layouts / post.jade
301 bytesRaw
1 | extends layout |
2 | |
3 | block content |
4 | h3: a(href='')= title |
5 | div!= contents |
6 | |
7 | if previous |
8 | p(style='text-align: right; float: right;'): a(href="../#{previous.path}/") #{previous.title + ' โ'} |
9 | if next |
10 | p(style='text-align: left; float: left;'): a(href="../#{next.path}/") #{'โ ' + next.title} |
11 |
Built with git-ssb-web