{{- $githubData := getJSON (print "https://api.github.com/repos/" (.Get "repo")) -}} {{- $githubColors := .Site.Data.githubColors -}} {{- with $githubData -}}
{{ partial "icon.html" "github" }} {{ .full_name | emojify }}
{{- end -}}