Sha256: b8dd9394b6607e9fc1a183b545e59cec7ded8b251b9d1cfac4c60f1637c8ebd8
Contents?: true
Size: 840 Bytes
Versions: 112
Compression:
Stored size: 840 Bytes
Contents
<header class="header header__blog"> {% if paginator.previous_page_path %} <a href="{{ paginator.previous_page_path }}"><div class="header__blog__older"><i class="fas fa-arrow-left"></i></div></a> {% else %} <div class="header__blog__older header__blog__older--disabled"><i class="fas fa-arrow-left"></i></div> {% endif %} <section class="header__blog__present"> <h1 class="header__blog__title">{{ page.title }}</h1> <p class="header__blog__description">{{ page.title_lead }}</p> </section> {% if paginator.next_page_path %} <a href="{{ paginator.next_page_path }}"><div class="header__blog__newer"><i class="fas fa-arrow-right"></i></div></a> {% else %} <div class="header__blog__newer header__blog__newer--disabled"><i class="fas fa-arrow-right"></i></div> {% endif %} </header> {% include hr.html %}
Version data entries
112 entries across 112 versions & 2 rubygems