README: add microbadger links
This commit is contained in:
parent
00e19c8779
commit
d8642dcc66
2 changed files with 14 additions and 12 deletions
|
@ -11,10 +11,12 @@ microbadge() {
|
|||
name=$name:$tag
|
||||
fi
|
||||
|
||||
# make sure that microbadger has loaded the image
|
||||
curl -o /dev/null -sfL "https://microbadger.com/images/$name"
|
||||
local homepage=https://microbadger.com/images/$name
|
||||
|
||||
echo ""
|
||||
# make sure that microbadger has loaded the image
|
||||
curl -o /dev/null -sfL "$homepage"
|
||||
|
||||
echo "[]($homepage)"
|
||||
}
|
||||
|
||||
## Main ##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue