mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
16 lines
292 B
HTML
16 lines
292 B
HTML
{{- range . -}}
|
|
{{- $lang := index site.Data.languages . -}}
|
|
{{- with $lang }}
|
|
<span class="chip">
|
|
<img
|
|
class="py-1"
|
|
height="18"
|
|
width="18"
|
|
title="{{ .title }}"
|
|
src="{{ .icon }}"
|
|
/>
|
|
<span>{{ .title }}</span>
|
|
</span>
|
|
{{- end -}}
|
|
{{- end -}}
|