Back to Xbar

{{ template "title" . }}

xbarapp.com/templates/_layout.html

1.10.11.4 KB
Original Source

{{ 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 . }}

{{ .Title }}

{{ 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" }}

💜 Show your support by Sponsoring xbar

Every contribution makes a big difference

If you use xbar, please consider sponsoring it on GitHub

{{ end }}