xbarapp.com/templates/_layout.html
{{ define "title" }}xbar, the BitBar reboot{{ end }} {{ define "head" }} {{ end }} {{ define "body" }}
There is no good reason why you should ever see this. But here we are. Maybe you can let me know by Tweeting me @matryer, to let me know.
Thanks,
Mat.
{{ end }} {{ define "_main" }} {{ template "title" . }} {{ template "head" . }} {{ $CurrentCategoryPath := .CurrentCategoryPath }} {{ range $k, $v := .Categories }} {{ $v.Text }} {{ end }} {{ template "body" . }} {{ end }} {{ define "plugins" }} {{ if . }} {{ range . }}
{{ if .Desc }}{{ if not .ImageURL }}—{{ .Desc }}{{ end }}{{ end }} {{ if .ImageURL }} {{if ne .ImageURL "https://xbarapp.com/public/img/xbar-2048.png"}} {{ end }}
{{ .Desc }}
{{ .NiceDesc }}
{{ range .Authors }}
{{ .Name }} {{ if .GitHubUsername }} (@{{ .GitHubUsername }}) {{ end }} {{ if .ImageURL }} {{ end }}
{{ end }} {{ else }} {{ .Filename }} {{ end }}
{{ end }}
{{ end }} {{ end }} {{ define "support" }}
Every contribution makes a big difference
If you use xbar, please consider sponsoring it on GitHub
{{ end }}