- {{if .Repo.IsPrivate}}{{svg "octicon-lock" 16}}{{else if .Repo.IsFork}}{{svg "octicon-repo-forked" 16}}{{else if .Repo.IsMirror}}{{svg "octicon-mirror" 16}}{{else}}{{svg "octicon-repo" 16}}{{end}}
+
+ {{if .Repo.Avatar}}
+
+ {{else}}
+
+ {{if .Repo.IsPrivate}}{{svg "octicon-lock" 48}}{{else if .Repo.IsFork}}{{svg "octicon-repo-forked" 48}}{{else if .Repo.IsMirror}}{{svg "octicon-mirror" 48}}{{else}}{{svg "octicon-repo" 48}}{{end}}
+
+ {{end}}
+
{{if and .Repo.Owner (ne .Repo.OwnerID $.ContextUser.ID)}}
{{.Repo.Owner.Name}}/
{{end}}
{{.Repo.Name}}
{{if .Repo.Description}}
- {{.Repo.Description}}
+ {{.Repo.Description}}
{{end}}