git ssb

16+

Dominic / patchbay



Tree: 00b7dc676f3599b4be16806c7ce93abbd9c724c5

Files: 00b7dc676f3599b4be16806c7ce93abbd9c724c5 / modules / avatar.js

250 bytesRaw
1
2var h = require('hyperscript')
3var u = require('../util')
4
5exports.avatar = function (author, sbot) {
6 return h('a', {href:'#'+author}, u.first(exports.avatar_name, function (plug) {
7 return plug(author, sbot)
8 }))
9}
10
11exports.avatar_name = []
12
13

Built with git-ssb-web