2021-05-23 20:04:57 +00:00
|
|
|
<div class="flex flex-wrap justify-center">
|
2022-04-30 11:36:39 +00:00
|
|
|
{{ range $key, $value := .Site.Data.sprites.geekblog }}
|
2021-05-23 20:04:57 +00:00
|
|
|
<div class="flex flex-grid icon-grid">
|
2022-04-30 11:36:39 +00:00
|
|
|
<div class="flex align-center justify-center icon-grid__line">
|
|
|
|
<svg class="gblog-icon {{ $key }}"><use xlink:href="#{{ $key }}"></use></svg>
|
|
|
|
</div>
|
|
|
|
<div class="flex align-center justify-center icon-grid__line icon-grid__line--text">
|
|
|
|
<span>#{{ (replace $key "_" "_<wbr>") | safeHTML }}</span>
|
|
|
|
</div>
|
2021-05-23 20:04:57 +00:00
|
|
|
</div>
|
2022-04-30 11:36:39 +00:00
|
|
|
{{ end }}
|
2021-05-23 20:04:57 +00:00
|
|
|
</div>
|