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