Files: dcf9fdef37a0d789731415d11d08d29e777cf1ed / layouts / index.jade
1582 bytesRaw
1 | extends layout |
2 | |
3 | block content |
4 | p This is <a href='http://gitmx.com/%25qrU04j9vfUJKfq1rGZrQ5ihtSfA4ilfY3wLy7xFv0xk%3D.sha256/'>sdash</a> |
5 | div.message |
6 | p.small.ri: strong pinned #{pinned.value.content.type} |
7 | img(src='#{bloburl}#{image}' class='avatar') |
8 | p <a href='#{pinned.value.author}' target='_parent'>@#{name}</a> |
9 | != markdown(pinned.value.content.text) |
10 | span.date #{moment(pinned.value.timestamp).fromNow()} |
11 | div.message |
12 | p.small.ri: strong #{post.value.content.type} |
13 | img(src='#{bloburl}#{image}' class='avatar') |
14 | p <a href='#{post.value.key}' target='_parent'>@#{name}</a> |
15 | != markdown(post.value.content.text) |
16 | span.date #{moment(post.value.timestamp).fromNow()} |
17 | div.message |
18 | p.small.ri: strong #{vote.value.content.type} |
19 | img(src='#{bloburl}#{image}' class='avatar') |
20 | p <a href='#{vote.value.author}' target='_parent'>@#{name}</a> dug #{vote.value.content.vote.link} |
21 | span.date #{moment(vote.value.timestamp).fromNow()} |
22 | div.message |
23 | p.small.ri: strong #{redo.value.content.type} |
24 | img(src='#{bloburl}#{reauthor.image}' class='avatar') |
25 | p @<a href='#{redo.value.author}'>#{reauthor.name}</a> |
26 | != markdown(redo.value.content.text) |
27 | span.date #{moment(redo.value.timestamp).fromNow()} |
28 | div.message |
29 | p.small.ri: strong #{gits.value.content.type} |
30 | img(src='#{bloburl}#{image}' class='avatar') |
31 | p <a href='#{gits.value.author}' target='_parent'>@#{name}</a> pushed a git commit to #{gits.value.content.repo}<br /> |
32 | span.date #{moment(gits.value.timestamp).fromNow()} |
33 |
Built with git-ssb-web