Update social buttons in website header
This commit is contained in:
parent
0d30c7b45c
commit
86a57452dc
1 changed files with 7 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
||||||
---
|
---
|
||||||
main:
|
main:
|
||||||
- title: '
|
- title: '
|
||||||
<a href="https://github.com/TheLocehiliosan/yadm/stargazers">
|
<a href="https://github.com/TheLocehiliosan/yadm">
|
||||||
<img
|
<img
|
||||||
src="https://img.shields.io/github/stars/TheLocehiliosan/yadm.svg?style=social"
|
src="https://img.shields.io/static/v1?label=Star&message=%20&style=social&logo=github"
|
||||||
alt="Stars">
|
alt="Star">
|
||||||
</a>
|
</a>
|
||||||
'
|
'
|
||||||
- title: '
|
- title: '
|
||||||
<a href="https://github.com/TheLocehiliosan/yadm/watchers">
|
<a
|
||||||
|
href="https://twitter.com/intent/tweet?text=Manage%20your%20dotfiles%20with%20yadm:%20&url=https%3A%2F%2Fyadm.io">
|
||||||
<img
|
<img
|
||||||
src="https://img.shields.io/github/watchers/TheLocehiliosan/yadm.svg?style=social"
|
src="https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fyadm.io"
|
||||||
alt="Watchers">
|
alt="Tweet">
|
||||||
</a>
|
</a>
|
||||||
'
|
'
|
||||||
docs:
|
docs:
|
||||||
|
|
Loading…
Reference in a new issue