{{ $id := delimit (slice "github" (partial "functions/uid.html" .)) "-" }} {{- $githubURL := print "https://git.mziesel.nl/api/v1/repos/" (.Get "repo") -}} {{- $githubData := getJSON ($githubURL) -}} {{- $githubColors := .Site.Data.githubColors -}} {{- with $githubData -}}
{{ partial "icon.html" "gitea-white" }}
{{ .full_name | markdownify | emojify }}

{{ .description | markdownify | emojify }}

{{ if .language }} {{ .language }} {{ else }} null {{ end }}
{{ partial "icon.html" "star" }}
{{ .stargazers_count }}
{{ partial "icon.html" "fork" }}
{{ .forks }}
{{- end -}}