diff --git a/layouts/shortcodes/gitlab.html b/layouts/shortcodes/gitlab.html index 196727db..4364ce86 100644 --- a/layouts/shortcodes/gitlab.html +++ b/layouts/shortcodes/gitlab.html @@ -1,6 +1,5 @@ -{{- $githubData := getJSON (print "https://gitlab.com/api/v4/projects/" (.Get "repo_id")) -}} -{{- $githubColors := .Site.Data.githubColors -}} -{{- with $githubData -}} +{{- $gitlabData := getJSON (print "https://gitlab.com/api/v4/projects/" (.Get "repo_id")) -}} +{{- with $gitlabData -}}