MtF-wiki/layouts/shortcodes/shields/discord.html

10 lines
277 B
HTML
Raw Normal View History

2022-08-08 20:31:28 +08:00
{{- $id := .Get 0 -}}
{{- $message := .Get 1 -}}
{{- $href := .Get 2 -}}
{{- $qs := querify "style" "flat-square" -}}
<a class="shields" href="{{ $href }}">
<img
alt="Discord {{ $message }}"
src="https://img.shields.io/discord/{{ $id }}?{{ $qs | safeURL }}"
/>
</a>