Sha256: 5c09e469d64e81d2c23472186f593e8766a8eb5c8efd0260895c0e5778fbf958
Contents?: true
Size: 553 Bytes
Versions: 24
Compression:
Stored size: 553 Bytes
Contents
{% if include.type == 'start' %} {% assign classes = include.class | split: " " %} <nav class="box box-simple{% for class in classes %} box-{{ class }}{% endfor %}" aria-labelledby="tocheading" id="toc"> <header id="tocheading" class="box-h box-h-simple{% for class in classes %} box-h-{{ class }}{% endfor %}{% if input.icon %} box-h-icon{% endif %}">{% if input.icon %} {% include_cached icon.html name=input.icon %}{% endif %} {{ include.title}}</header> <div class="box-i"> {% endif %} {% if include.type == 'end' %} </div> </nav> {% endif %}
Version data entries
24 entries across 24 versions & 1 rubygems