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

2 lines
173 B
HTML
Raw Normal View History

2022-02-02 16:51:48 +08:00
{{- $id := .Get 0 -}}
<a href="https://twitter.com/{{ $id }}"><img class="shields-icon" alt="Twitter @{{ $id }}" src="https://img.shields.io/twitter/follow/{{ $id }}" /></a>