Sha256: 59e64423b9f8db28688cdb86d95f3c73aa61255a3e01740f30f6e4e4347977c0

Contents?: true

Size: 1.26 KB

Versions: 372

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

372 entries across 372 versions & 3 rubygems

Version Path
word-games-theme-3.0.2 _includes/paginationBlogPage.html
word-games-theme-3.0.1 _includes/paginationBlogPage.html
word-games-theme-3.0.0 _includes/paginationBlogPage.html
word-games-theme-2.9.9 _includes/paginationBlogPage.html
word-games-theme-2.9.8 _includes/paginationBlogPage.html
word-games-theme-2.9.7 _includes/paginationBlogPage.html
word-games-theme-2.9.6 _includes/paginationBlogPage.html
word-games-theme-2.9.5 _includes/paginationBlogPage.html
word-games-theme-2.9.4 _includes/paginationBlogPage.html
word-games-theme-2.9.3 _includes/paginationBlogPage.html
word-games-theme-2.9.2 _includes/paginationBlogPage.html
word-games-theme-2.9.1 _includes/paginationBlogPage.html
word-games-theme-2.9.0 _includes/paginationBlogPage.html
word-games-theme-2.8.9 _includes/paginationBlogPage.html
word-games-theme-2.8.8 _includes/paginationBlogPage.html
word-games-theme-2.8.7 _includes/paginationBlogPage.html
word-games-theme-2.8.6 _includes/paginationBlogPage.html
word-games-theme-2.7.9 _includes/paginationBlogPage.html
word-games-theme-2.7.8 _includes/paginationBlogPage.html
word-games-theme-2.7.7 _includes/paginationBlogPage.html