mirror of
https://github.com/docker/docs.git
synced 2026-03-29 23:38:56 +07:00
12 lines
554 B
HTML
12 lines
554 B
HTML
{{/* meta partial for publishing resources */}}
|
|
{{ $icons := slice }}
|
|
{{ $icons = $icons | append (resources.Get "icons/info-fill.svg") }}
|
|
{{ $icons = $icons | append (resources.Get "icons/dangerous-fill.svg") }}
|
|
{{ $icons = $icons | append (resources.Get "icons/warning-fill.svg") }}
|
|
{{ $icons = $icons | append (resources.Get "icons/lightbulb-fill.svg") }}
|
|
{{ $icons = $icons | append (resources.Get "icons/science-fill.svg") }}
|
|
{{ $icons = $icons | append (resources.Get "icons/rocket_launch-fill.svg") }}
|
|
{{ range $icons }}
|
|
{{ .Publish}}
|
|
{{ end }}
|