UNPKG

apostrophe

Version:

Apostrophe is a user-friendly content management system. You'll need more than this core module. See apostrophenow.org to get started.

16 lines (12 loc) 560 B
<section id="brand"> <h2 class="page-header">Brand Icons</h2> <div class="alert alert-info"> {% include brand-license.html %} </div> <div class="row the-icons"> {% assign icons_brand = icons | expand_aliases | category:"Brand Icons" | sort_by:'class' %} {% for icon in icons_brand %} <div class="span3"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="icon-{{ icon.class }}"></i> icon-{{ icon.class }}{% if icon.alias_of %} <span class="muted">(alias)</span>{% endif %}</a></div> {% endfor %} </div> </section>