Initial commit for Hugo site.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{{ $tabName := .Get "tabName" }}
|
||||
{{ $tabContent := .Inner }}
|
||||
{{ $tabID := delimit (shuffle (slice "a" "b" "c" "d" "e" "f")) "" }}
|
||||
{{ .Parent.Scratch.Add "tabName" (slice $tabName) }}
|
||||
{{ .Parent.Scratch.Add "tabContent" (slice $tabContent) }}
|
||||
{{ .Parent.Scratch.Add "tabID" (slice $tabID) }}
|
||||
Reference in New Issue
Block a user