mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-25 07:48:54 +00:00
f14301c395
* feat: improve configuration * fix: fix partials/footer.html error
9 lines
323 B
HTML
9 lines
323 B
HTML
{{- /* ID */ -}}
|
|
{{- /* Content -> unique ID */ -}}
|
|
{{- /* shuffle md5 as id */ -}}
|
|
{{- $id := delimit (split (md5 now.Unix) "" | shuffle | first 6) "" | printf "id-%s" -}}
|
|
{{- with .scratch -}}
|
|
{{- dict $id $.content | dict "data" | dict "config" | merge (.Get "this") | .Set "this" -}}
|
|
{{- end -}}
|
|
{{- return $id -}}
|