fix: shield
parent
047f930da3
commit
e40a34ec4e
|
@ -19,8 +19,8 @@ weight: 10
|
|||
|
||||
```csv
|
||||
平台,名称,加入方式
|
||||
QQ,Arch 木桶饭,[{{< shields/qq 782820926 >}}](https://jq.qq.com/?_wv=1027&k=aVZipzyj)
|
||||
QQ,跨儿音游组,[{{< shields/qq 717099350 >}}](https://jq.qq.com/?_wv=1027&k=byC0cbS4)
|
||||
QQ,Arch 木桶饭,{{< shields/qq 782820926 "https://jq.qq.com/?_wv=1027&k=aVZipzyj" >}}
|
||||
QQ,跨儿音游组,{{< shields/qq 717099350 "https://jq.qq.com/?_wv=1027&k=byC0cbS4" >}}
|
||||
Telegram,Backlight.Town 逆光小镇,联系 {{< shields/telegram rikablossom >}} 加入
|
||||
Telegram,跨儿音游组,{{< shields/telegram otoge_trans >}}
|
||||
Matrix,Arch 木桶饭,{{< shields/matrix arch-mtf matrix.malacology.net >}}
|
||||
|
|
|
@ -16,7 +16,7 @@ keywords:
|
|||
|
||||
电话:{{< telephone "+66 0-2078-8919" >}}
|
||||
|
||||
[{{< shields/line "wihhospital" >}}](https://page.line.me/wihhospital)
|
||||
LINE:{{< shields/line "wihhospital" >}}
|
||||
|
||||
<https://wihhospital.com/procedure/UHJvY2VkdXJlOjI4MQ==>
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ weight: 10
|
|||
|
||||
```csv
|
||||
平臺,名稱,加入方式
|
||||
QQ,Arch 木桶飯,[{{< shields/qq 782820926 >}}](https://jq.qq.com/?_wv=1027&k=aVZipzyj)
|
||||
QQ,跨兒音遊組,[{{< shields/qq 717099350 >}}](https://jq.qq.com/?_wv=1027&k=byC0cbS4)
|
||||
QQ,Arch 木桶飯,{{< shields/qq 782820926 "https://jq.qq.com/?_wv=1027&k=aVZipzyj" >}}
|
||||
QQ,跨兒音遊組,{{< shields/qq 717099350 "https://jq.qq.com/?_wv=1027&k=byC0cbS4" >}}
|
||||
Telegram,Backlight.Town 逆光小鎮,聯絡 {{< shields/telegram rikablossom >}} 加入
|
||||
Telegram,跨兒音遊組,{{< shields/telegram otoge_trans >}}
|
||||
Matrix,Arch 木桶飯,{{< shields/matrix arch-mtf matrix.malacology.net >}}
|
||||
|
|
|
@ -14,7 +14,7 @@ title: Chettawut 醫生
|
|||
|
||||
電話:{{< telephone "+66 0-2078-8919" >}}
|
||||
|
||||
[{{< shields/line "wihhospital" >}}](https://page.line.me/wihhospital)
|
||||
LINE:{{< shields/line "wihhospital" >}}
|
||||
|
||||
<https://wihhospital.com/procedure/UHJvY2VkdXJlOjI4MQ==>
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
{{- $message := .Get 0 -}}
|
||||
{{- $qs := querify "label" "LINE" "logo" "LINE" "message" $message "color" "00C300" "style" "flat-square" -}}
|
||||
<a class="shields"><img alt="LINE {{ $message }}" src="https://img.shields.io/static/v1?{{ $qs | safeURL }}" /></a>
|
||||
<a class="shields" href="https://page.line.me/{{ $message }}">
|
||||
<img
|
||||
alt="LINE {{ $message }}"
|
||||
src="https://img.shields.io/static/v1?{{ $qs | safeURL }}"
|
||||
>
|
||||
</a>
|
|
@ -1,6 +1,7 @@
|
|||
{{- $message := .Get 0 -}}
|
||||
{{- $href := .Get 1 -}}
|
||||
{{- $qs := querify "label" "QQ" "logo" "Tencent QQ" "message" $message "color" "blue" "style" "flat-square" -}}
|
||||
<a class="shields" href="https://twitter.com//{{ $message }}">
|
||||
<a class="shields" {{ with $href }} href="{{ . }}" {{ end }}>
|
||||
<img
|
||||
alt="QQ {{ $message }}"
|
||||
src="https://img.shields.io/static/v1?{{ $qs | safeURL }}"
|
||||
|
|
Loading…
Reference in New Issue