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 "codeberg" (partial "functions/uid.html" .)) "-" }}
{{- $codebergURL := print "https://codeberg.org/api/v1/repos/" (.Get "repo") -}}
{{- $codebergData := getJSON ($codebergURL) -}}
{{- $codebergData := resources.GetRemote $codebergURL | transform.Unmarshal -}}
{{- $codebergColors := .Site.Data.codebergColors -}}
{{- with $codebergData -}}