fix warning caused by getJSON

This commit is contained in:
W.T. Chang
2024-07-18 23:33:44 +08:00
parent 18ed67b2e6
commit 121909e809
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{{ $id := delimit (slice "github" (partial "functions/uid.html" .)) "-" }}
{{- $githubURL := print "https://api.github.com/repos/" (.Get "repo") -}}
{{- $githubData := getJSON ($githubURL) -}}
{{- $githubData := resources.GetRemote $githubURL | transform.Unmarshal -}}
{{- $githubColors := .Site.Data.githubColors -}}
{{- with $githubData -}}