fix GitLab shortcode link url

This commit is contained in:
Sergio Cambelo 2024-02-10 22:08:48 +01:00
parent 664eea75f9
commit 4ec4062494

View file

@ -4,7 +4,7 @@
{{- $gitLabData := getJSON ($gitlabURL) -}}
{{- with $gitLabData -}}
<a target="_blank" href="{{ .html_url }}" class="cursor-pointer">
<a id="{{ $id }}" target="_blank" href="{{ .web_url }}" class="cursor-pointer">
<div class="w-full md:w-auto pt-3 p-5 border border-neutral-200 dark:border-neutral-700 border rounded-md shadow-2xl">
<div class="flex items-center">