|
|
@@ -22,11 +22,18 @@
|
|
|
<img class="ui avatar image" src="{{.RelAvatarLink}}">
|
|
|
<div class="content">
|
|
|
{{if .FullName}}
|
|
|
- <span class="header"><a href="{{.HomeLink}}">{{.FullName}}</a> {{.Name}}</span>
|
|
|
+ <span class="header">
|
|
|
+ <a href="{{.HomeLink}}">{{.FullName}}</a>
|
|
|
+ {{if .IsVerified}}<i class="verified v-explore octicon octicon-verified"></i>{{end}}
|
|
|
+ {{.Name}}
|
|
|
+ </span>
|
|
|
{{else}}
|
|
|
- <span class="header"><a href="{{.HomeLink}}">{{.Name}}</a></span>
|
|
|
+ <span class="header">
|
|
|
+ <a href="{{.HomeLink}}">{{.Name}}</a>
|
|
|
+ {{if .IsVerified}}<i class="verified v-explore octicon octicon-verified"></i>{{end}}
|
|
|
+ </span>
|
|
|
{{end}}
|
|
|
- <div class="description">
|
|
|
+ <div class="description">
|
|
|
{{if .Location}}
|
|
|
<i class="menu-icon octicon">📍</i> {{.Location}}
|
|
|
{{end}}
|
|
|
@@ -37,7 +44,7 @@
|
|
|
<i class="menu-icon octicon">🔗</i> <a href="{{.Website}}" rel="nofollow">{{.Website}}</a>
|
|
|
{{end}}
|
|
|
{{end}}
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{end}}
|