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

4 lines
218 B
HTML

{{- $id := .Get 0 -}}
{{- $name := .Get 1 -}}
<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>