Sha256: 94fbeab41ebcb39253d980b6ce4eeb4f90e465e1d1ea01929c68568848ccbbae
Contents?: true
Size: 714 Bytes
Versions: 3
Compression:
Stored size: 714 Bytes
Contents
--- layout: default --- <div class="post-feed"> {% include post-cards.html %} </div> {% if paginator %} <div class="pagination"> {% if paginator.previous_page %} <a class="prev home-prev" href="{{ paginator.previous_page_path | relative_url }}"><i class="fas fa-chevron-left"></i></a> {% else %} <span class="prev home-prev unable"><i class="fas fa-chevron-left"></i></span> {% endif %} {% if paginator.next_page %} <a class="next home-next" href="{{ paginator.next_page_path | relative_url }}"><i class="fas fa-chevron-right"></i></a> {% else %} <span class="next home-next unable"><i class="fas fa-chevron-right"></i></span> {% endif %} </div> {% endif %}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-quartz-0.1.2 | _layouts/home.html |
jekyll-theme-quartz-0.1.1 | _layouts/home.html |
jekyll-theme-quartz-0.1.0 | _layouts/home.html |