mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
12 lines
211 B
HTML
12 lines
211 B
HTML
{{define "user"}}
|
|
|
|
<a href="https://github.com/{{.Login}}"
|
|
title="{{.Name}}">
|
|
<img src="{{.AvatarURL}}"
|
|
width="20"
|
|
height="20"
|
|
border="0"
|
|
class="avatar">{{.Login}}
|
|
</a>
|
|
|
|
{{end}}
|