mirror of
https://github.com/distribution/distribution.git
synced 2025-09-10 03:09:41 +00:00
docs: add hugo site
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
12
docs/themes/hugo-geekdoc/layouts/shortcodes/tab.html
vendored
Normal file
12
docs/themes/hugo-geekdoc/layouts/shortcodes/tab.html
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{{- if .Parent }}
|
||||
{{- $name := .Get 0 }}
|
||||
{{- $group := printf "tabs-%s" (.Parent.Get 0) }}
|
||||
|
||||
{{- if not (.Parent.Scratch.Get $group) }}
|
||||
{{- .Parent.Scratch.Set $group slice }}
|
||||
{{- end }}
|
||||
|
||||
{{- .Parent.Scratch.Add $group (dict "Name" $name "Content" .Inner) }}
|
||||
{{- else }}
|
||||
{{ errorf "%q: 'tab' shortcode must be inside 'tabs' shortcode" .Page.Path }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user