Files: f764460e75e9d5babcd1180c26c9ac5ba849ac2d / layouts / profile.jade
595 bytesRaw
1 | extends layout |
2 | |
3 | block content |
4 | div.message |
5 | a(href='/#{key}'): img(src='http://localhost:8989/blobs/get/#{avatar.image}' style='width: 5em; float: left; margin-right: 1em;' class='profile') |
6 | p <strong>Name:</strong> <a href='/#{key}'>@#{avatar.name}</a><br /><strong>Pubkey:</strong> #{key} |
7 | div.message |
8 | p.small.ri: strong last #{post.value.content.type} |
9 | img(src='#{bloburl}#{avatar.image}' class='avatar') |
10 | p <a href='#{post.value.key}' target='_parent'>@#{avatar.name}</a> |
11 | != markdown(post.value.content.text) |
12 | span.date #{moment(post.value.timestamp).fromNow()} |
13 | |
14 |
Built with git-ssb-web