real bugfix

pull/427/head
saeziae 2022-03-25 17:18:27 +08:00
parent 92ffd0840f
commit c7aa8794dd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{{- $uid := .Get 0 -}} {{- $uid := .Get 0 -}}
{{- $id := .Get 1 -}} {{- $id := .Get 1 -}}
{{- $name := .Get 2 -}} {{- $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>