MtF-wiki/themes/mtfwiki-modified/layouts/shortcodes/github/profile.html

4 lines
218 B
HTML
Raw Normal View History

2022-03-25 18:26:34 +08:00
{{- $id := .Get 0 -}}
2022-03-25 19:20:46 +08:00
{{- $name := .Get 1 -}}
2022-03-25 18:26:34 +08:00
<a class="github-profile"href="https://github.com/{{ $id }}"><img src="https://github.com/{{ $id }}.png"> <b>{{ $name | default $id }}</b> <i class="bi bi-github"></i></a>