Sha256: 9cfb218ea04d2b17475b35dda89517daca6f2d289651545c659df49b7948b3ab
Contents?: true
Size: 496 Bytes
Versions: 9
Compression:
Stored size: 496 Bytes
Contents
--- layout: page title: Arc Index rp_arcs: true --- <ul class="rp-list"> {% for x in page['rps'] %} {% assign type = x[0] %} {% assign rp = x[1] %} {% if type == 'arc' %} <h3 class="arc-title"><a name="{{ rp.name | slugify }}" href="#{{ rp.name | slugify }}">{{ rp.name }}</a></h3> <ul class="arc-rp-list"> {% for arc_rp in rp.rps %} {% include rp.html rp=arc_rp %} {% endfor %} </ul> {% else %} {% include rp.html rp=rp %} {% endif %} {% endfor %} </ul>
Version data entries
9 entries across 9 versions & 1 rubygems