{{define "content"}}

Configuration settings.

Git.

Default branch name:

SSH.

Your public keys.

{{range .User.SSHPubKeys}}

{{.Name}}

{{.Fingerprint}}
{{else}}

You haven't uploaded any SSH keys yet.

{{end}}

Add a SSH key.

Hackatime.

{{if and .User.HackatimeToken}}

You've already linked your Hackatime. {{if .Hackatime}}Linked Slack ID: {{.Hackatime.SlackID}}{{else}}You're offline, but it's still linked.{{end}}

{{else}}

If you have a Hackatime account, you can link it to get stats on your projects.

{{end}} {{end}}