2021-03-03 21:07:59 +01:00
|
|
|
<div class="flex flex-wrap justify-center">
|
2022-01-06 13:58:10 +01:00
|
|
|
{{ range $key, $value := .Site.Data.sprites.geekdoc }}
|
2021-03-03 21:07:59 +01:00
|
|
|
<div class="flex flex-grid icon-grid">
|
2022-01-06 13:58:10 +01:00
|
|
|
<div class="flex align-center justify-center icon-grid__line">
|
2022-04-18 20:33:23 +02:00
|
|
|
<svg class="gdoc-icon {{ $key }}"><use xlink:href="#{{ $key }}"></use></svg>
|
2022-01-06 13:58:10 +01:00
|
|
|
</div>
|
|
|
|
<div class="flex align-center justify-center icon-grid__line icon-grid__line--text">
|
|
|
|
<span>#{{ (replace $key "_" "_<wbr>") | safeHTML }}</span>
|
|
|
|
</div>
|
2021-03-03 21:07:59 +01:00
|
|
|
</div>
|
2022-01-06 13:58:10 +01:00
|
|
|
{{ end }}
|
2021-03-03 21:07:59 +01:00
|
|
|
</div>
|