[FIX] Replace github naming

This commit is contained in:
Diogo Macedo
2023-03-29 22:32:46 +01:00
committed by GitHub
parent 242789f6d2
commit 3d9978c225

View File

@@ -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 -}}
<a target="_blank" href="{{ .html_url }}" class="cursor-pointer">
<div class="w-full md:w-auto pt-3 p-5 border border-neutral-200 dark:border-neutral-700 border-2 rounded-md backdrop-blur shadow-2xl">