feat: improve twitter badge
parent
c0cd38afb8
commit
fc093a4f77
16
README.md
16
README.md
|
@ -11,6 +11,18 @@
|
|||
|
||||
[![GitHub Watchers][badge-gh-watch]][repo]
|
||||
[![GitHub Stars][badge-gh-stars]][repo]
|
||||
[![GitHub Contributors][badge-contributors]][gh-contributors]
|
||||
[![GitHub Last Commit][badge-last-commit]][gh-history]
|
||||
[![GitHub Commit Activity (by Year)][badge-activity]][gh-commit-activity]
|
||||
|
||||
[badge-gh-stars]: https://img.shields.io/github/stars/mtf-wiki/MtF-wiki.svg?style=flat-square&label=Stars
|
||||
[badge-gh-watch]: https://img.shields.io/github/watchers/mtf-wiki/MtF-wiki.svg?style=flat-square&label=Watch
|
||||
[badge-contributors]: https://img.shields.io/github/contributors/mtf-wiki/MtF-wiki?style=flat-square
|
||||
[badge-last-commit]: https://img.shields.io/github/last-commit/mtf-wiki/MtF-wiki?style=flat-square
|
||||
[badge-activity]: https://img.shields.io/github/commit-activity/y/mtf-wiki/MtF-wiki?style=flat-square
|
||||
[gh-contributors]: https://github.com/mtf-wiki/MtF-wiki/graphs/contributors?style=flat-square
|
||||
[gh-history]: https://github.com/mtf-wiki/MtF-wiki/commits/master?style=flat-square
|
||||
[gh-commit-activity]: https://github.com/mtf-wiki/MtF-wiki/graphs/commit-activity?style=flat-square
|
||||
|
||||
## 内容
|
||||
|
||||
|
@ -63,10 +75,8 @@ GitHub [![GitHub issues][badge-gh-issues]](https://github.com/mtf-wiki/MtF-wiki/
|
|||
邮件 <hi@mtf.wiki>
|
||||
|
||||
[badge-discord]: https://img.shields.io/discord/883004164760801320?style=flat-square
|
||||
[badge-gh-issues]: https://img.shields.io/github/issues/mtf-wiki/MtF-wiki?style=flat-square
|
||||
[badge-gh-stars]: https://img.shields.io/github/stars/mtf-wiki/MtF-wiki.svg?style=flat-square&label=Stars
|
||||
[badge-gh-watch]: https://img.shields.io/github/watchers/mtf-wiki/MtF-wiki.svg?style=flat-square&label=Watch
|
||||
[badge-twitter]: https://img.shields.io/twitter/follow/MtFwiki?style=flat-square
|
||||
[badge-gh-issues]: https://img.shields.io/github/issues/mtf-wiki/MtF-wiki?style=flat-square
|
||||
[cc-img]: https://i.creativecommons.org/l/by-sa/4.0/88x31.png
|
||||
[cc-url]: https://creativecommons.org/licenses/by-sa/4.0
|
||||
[hugo-url]: https://github.com/gohugoio/hugo
|
||||
|
|
|
@ -4,9 +4,9 @@ title: Links
|
|||
|
||||
## Twitter
|
||||
|
||||
- {{< twitter MtFwikiJapan >}}\
|
||||
- {{< shields/twitter MtFwikiJapan >}}\
|
||||
MtF.wiki Japan branch, Official account of <https://MtF.wiki/ja>
|
||||
- {{< twitter RLSvoice >}}\
|
||||
- {{< shields/twitter RLSvoice >}}\
|
||||
女声ボイストレーニングで、ときどきテレビとかにも紹介されているRose Ladies Schoolです。
|
||||
|
||||
## Website
|
||||
|
|
|
@ -49,7 +49,7 @@ LESGO 是由志愿者自发组成以女性为主体的 LGBT 公益社团。成
|
|||
地区:昆明
|
||||
地址:[云南平行健康咨询发展中心](https://amap.com/place/B0FFJKX03E)
|
||||
微博:<https://weibo.com/ynpx>
|
||||
Twitter:<https://twitter.com/YNParallel>
|
||||
Twitter:{{< shields/twitter YNParallel >}}
|
||||
Facebook:<https://facebook.com/ynparallel>
|
||||
微信公众号:「[云南平行](weixin://ynpx087163379065)」
|
||||
电话:{{< telephone "+86 0871-6337-9065" >}}、{{< telephone "+86 180-6482-4919" >}}
|
||||
|
|
|
@ -36,6 +36,6 @@ title: 深圳大学总医院|王路
|
|||
|
||||
文档:[嗓音功能训练略解](voice-training.pdf)
|
||||
|
||||
来源:<https://twitter.com/youzibutaitian>
|
||||
来源:{{< shields/twitter YouZiBuTaiTian >}}
|
||||
|
||||
备份:<https://aka.pw/voice-training>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{{- $message := .Get 0 -}}
|
||||
{{- $qs := querify "label" "Twitter" "logo" "Twitter" "message" $message "color" "blue" "style" "flat-square" -}}
|
||||
{{- $qs := querify "color" "blue" "style" "flat-square" -}}
|
||||
<a class="shields" href="https://twitter.com/{{ $message }}">
|
||||
<img
|
||||
alt="Twitter {{ $message }}"
|
||||
src="https://img.shields.io/static/v1?{{ $qs | safeURL }}"
|
||||
alt="Twitter @{{ $message }}"
|
||||
src="https://img.shields.io/twitter/follow/{{ $message }}?{{ $qs | safeURL }}"
|
||||
>
|
||||
</a>
|
|
@ -1,2 +0,0 @@
|
|||
{{- $name := .Get 0 -}}
|
||||
<a href="https://twitter.com/{{ $name }}">@{{ $name }}</a>
|
Loading…
Reference in New Issue