Commit 9e7b9474cca07c0d015101049bbd48224ba91d8c
delete dates
Gwen committed on 10/25/2016, 7:48:18 PMParent: a2c6ea75610f3779f38ef534d7882520ada92116
Files changed
layouts/post.jade | changed |
layouts/post.jade | |||
---|---|---|---|
@@ -1,11 +1,8 @@ | |||
1 | 1 … | extends layout | |
2 | 2 … | ||
3 | 3 … | block content | |
4 | 4 … | h3: a(href='')= title | |
5 | - if date | ||
6 | - span - | ||
7 | - span(style='color: #666;')= moment(date).format('MMMM Do YYYY') | ||
8 | 5 … | div!= contents | |
9 | 6 … | ||
10 | 7 … | if previous | |
11 | 8 … | p(style='text-align: right; float: right;'): a(href="../#{previous.path}/") #{previous.title + ' →'} | |
Built with git-ssb-web