Commit b4682116 authored by Henk Verlinde's avatar Henk Verlinde
Browse files

dx: make identifier unique

parent 876ad1cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ images: []
menu:
  docs:
    parent: ""
    identifier: "{{ .Name }}"
    identifier: "{{ .Name }}-{{ delimit (shuffle (split (md5 .Name) "" )) "" }}"
weight: 999
toc: true
---
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ type: docs
menu:
  {{ .Section }}:
    parent: "lorem"
    identifier: "{{ .Name }}"
    identifier: "{{ .Name }}-{{ delimit (shuffle (split (md5 .Name) "" )) "" }}"
weight: 100
toc: true
---