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

2 lines
191 B
HTML
Raw Normal View History

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