{% if site.safe == false %}{% assign url_root = "/" %}{% else %}{% assign url_root = "/inter/" %}{% endif %}
{% for g in site.data.glyphinfo.glyphs %} {% comment %} Ignore empty glyphs and glyphs without unicode mapping. {% endcomment %} {% if g[1] == 0 and g[2] %} &#x{{g[2]}} {% endif %} {% endfor %}