Sha256: fe61f18fd76ccae15dc49393ca2bd13a38d7400b4370e094c4854cbb2cb3cdb6
Contents?: true
Size: 403 Bytes
Versions: 1
Compression:
Stored size: 403 Bytes
Contents
<section class="tagnav"> <h2 class="tagnav__title"><i class="ri-price-tag-3-line"></i><span>TAGS</span></h2> <nav class="tagnav__wrapper"> {% for page in site.pages %} {% if page.title and page.autogen == nil and page.autopage != nil %} <a class="tagnav__item" href="{{ page.url | relative_url }}">{{ page.autopage.display_name }}</a> {% endif %} {% endfor %} </nav> </section>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-twail-1.0.0 | _includes/tagnav.html |