mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
6 lines
244 B
HTML
6 lines
244 B
HTML
{{- /* ID */ -}}
|
|
{{- /* Content -> unique ID */ -}}
|
|
{{- /* shuffle md5 as id */ -}}
|
|
{{- $id := delimit (split (md5 now.Unix) "" | shuffle | first 6) "" | printf "id-%s" -}}
|
|
{{- .scratch.SetInMap "contentMap" $id .content -}}
|
|
{{- return $id -}}
|