Sha256: 273c421fcf988783c6afa521139687f629f4d18255fd84b4006816846aa647c7
Contents?: true
Size: 776 Bytes
Versions: 4
Compression:
Stored size: 776 Bytes
Contents
<section class="collections-header"> <section class="collections-stats"> {% for item in site.data.projects %} {% if page.url contains item.link %} Total number of {{ item.name | downcase }} entries: <strong>{{ site.[page.project].size }}</strong> {% endif %} {% endfor %} </section> <section class="collections-search"> {% for item in site.data.projects %} {% if page.url contains item.link %} <form action="{{ item.link }}:search" method="GET"> <input required type="search" class="collections-searchbar" placeholder="Search all {{ item.name | downcase }} entries" name="q"> </form> {% endif %} {% endfor %} </section> </section>
Version data entries
4 entries across 4 versions & 1 rubygems