real bugfix
parent
92ffd0840f
commit
c7aa8794dd
|
@ -1,4 +1,4 @@
|
|||
{{- $uid := .Get 0 -}}
|
||||
{{- $id := .Get 1 -}}
|
||||
{{- $name := .Get 2 -}}
|
||||
<a class="github-profile"href="https://github.com/{{ $uid }}"><img src="https://avatars.githubusercontent.com/u/{{ $uid }}?v=4?s=64"> <b>{{ $name | default $id }}</b> <i class="bi bi-github"></i></a>
|
||||
<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>
|
Loading…
Reference in New Issue