Back to Xbar

{{ .Author.Name }}—@{{ .Author.GitHubUsername }}

xbarapp.com/templates/contributor.html

1.10.1981 B
Original Source

{{ define "title" }}{{ .Author.Name }} is on xbar{{ end }} {{ define "head" }} {{ end }} {{ define "body" }}

Meet other xbar contributors.

{{ .Author.Name }}—@{{ .Author.GitHubUsername }}

{{ .Author.Name }}—@{{ .Author.GitHubUsername }}

{{ .Author.NiceBio }}

{{ if eq .Author.GitHubUsername "matryer" }}

Support xbar on GitHub Sponsors

{{ else }}

Visit @{{ .Author.GitHubUsername }} on GitHub

{{ end }} {{ if .Plugins }} {{ template "plugins-list" .Plugins }} {{ end }}

{{ end }} {{ define "plugins-list" }} {{ if . }} {{ range . }}

{{ .Title }}

{{ .Desc }}

{{ range .Authors }}

{{ .Name }} {{ if .GitHubUsername }} (@{{ .GitHubUsername }}) {{ end }} {{ if .ImageURL }} {{ end }}

{{ end }}

{{ end }} {{ end }} {{ end }}