Sha256: 59e64423b9f8db28688cdb86d95f3c73aa61255a3e01740f30f6e4e4347977c0

Contents?: true

Size: 1.26 KB

Versions: 371

Compression:

Stored size: 1.26 KB

Contents

<!-- pagination -->
<div class="bottompagination">
    <div class="pointerup"><i class="fa fa-caret-up"></i></div>
    <span class="navigation" role="navigation"></span>
</div>
{% if paginator.total_pages > 1 %}
<div class="blog-pagination">
    {% if paginator.previous_page %}
    <a style="color: #00ab6b; font-weight: 900;"
        href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a>
    {% else %}
    <span class="text-muted">&laquo; Prev</span>
    {% endif %}

    {% for page in (1..paginator.total_pages) %}
    {% if page == paginator.page %}
    <span class="webjeda text-muted">{{ page }}</span>
    {% elsif page == 1 %}
    <a href="/blog" style="color: #00ab6b; font-weight: 900;">{{ page }}</a>
    {% else %}
    <a style="color: #00ab6b; font-weight: 900;"
        href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page
        }}</a>
    {% endif %}
    {% endfor %}

    {% if paginator.next_page %}
    <a style="color:#00ab6b; font-weight: 900;"
        href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next
        &raquo;</a>
    {% else %}
    <span class="text-muted">Next &raquo;</span>
    {% endif %}
</div>
{% endif %}

Version data entries

371 entries across 371 versions & 3 rubygems

Version Path
word-games-theme-2.5.4 _includes/paginationBlogPage.html
word-games-theme-2.5.3 _includes/paginationBlogPage.html
word-games-theme-2.5.2 _includes/paginationBlogPage.html
word-games-theme-2.5.1 _includes/paginationBlogPage.html
word-games-theme-2.5.0 _includes/paginationBlogPage.html
word-games-theme-2.4.9 _includes/paginationBlogPage.html
word-games-theme-2.4.8 _includes/paginationBlogPage.html
word-games-theme-2.4.7 _includes/paginationBlogPage.html
word-games-theme-2.4.6 _includes/paginationBlogPage.html
word-games-theme-2.4.5 _includes/paginationBlogPage.html
word-games-theme-2.4.4 _includes/paginationBlogPage.html
word-games-theme-2.4.3 _includes/paginationBlogPage.html
word-games-theme-2.4.2 _includes/paginationBlogPage.html
word-games-theme-2.4.1 _includes/paginationBlogPage.html
word-games-theme-2.4.0 _includes/paginationBlogPage.html
word-games-theme-2.3.9 _includes/paginationBlogPage.html
word-games-theme-2.3.8 _includes/paginationBlogPage.html
word-games-theme-2.3.7 _includes/paginationBlogPage.html
word-games-theme-2.3.6 _includes/paginationBlogPage.html
word-games-theme-2.3.5 _includes/paginationBlogPage.html