New way to generate UIDs.

This commit is contained in:
MaikelChan
2024-01-13 01:24:45 +01:00
parent 08305fe2f7
commit 9cfc07565c
7 changed files with 19 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{{ $id := delimit (slice "gitlab" .Ordinal now.UnixNano) "-" }}
{{ $id := delimit (slice "gitlab" (partial "functions/uid.html" .)) "-" }}
{{- $gitlabURL := print (default "https://gitlab.com/" (.Get "baseURL")) "api/v4/projects/" (.Get "projectID") -}}
{{- $gitLabData := getJSON ($gitlabURL) -}}