Files
new-website-jekyll-theme/_includes/theme/fa.html
2025-09-07 13:23:00 -03:00

19 lines
265 B
HTML

---
data:
type: hash
locale:
type: string
i18n:
type: hash
---
<div class="row">
{% for icon in data.fa.icons %}
<div class="col">
<p>
{% render 'fa.html', icon: icon.id %}
{{ icon.id }}
</p>
</div>
{% endfor %}
</div>