MtF-wiki/layouts/shortcodes/github/profile.html

4 lines
267 B
HTML
Raw Normal View History

2022-02-20 17:00:10 +08:00
{{- $uid := .Get 0 -}}
{{- $id := .Get 1 -}}
{{- $name := .Get 2 -}}
2022-03-25 17:18:27 +08:00
<a class="github-profile"href="https://github.com/{{ $id }}"><img src="https://avatars.githubusercontent.com/u/{{ $uid }}?v=4?s=64"> <b>{{ $name | default $id }}</b> <i class="bi bi-github"></i></a>