Sha256: 611e78e63a593e5661db7356f44b705807ee1e08cd122a6da7fc2c38a43a733c

Contents?: true

Size: 952 Bytes

Versions: 40

Compression:

Stored size: 952 Bytes

Contents

<nav class="pagination">
    <input type="hidden" id="total_pages" value="{{ paginator.total_pages }}">
    <input type="hidden" id="current_pages" value="{{ paginator.page }}">
    <input type="hidden" id="base_url" value="{{ "/blog/" | prepend: site.baseurl }}">
    <div class="page-links">
        {% if paginator.previous_page %}
            {% if paginator.previous_page == 1 %}
            <a href="{{ "/blog/" | prepend: site.baseurl }}/index.html" class="page-link" title="Previous Page">&laquo;</a>
            {% else %}
            <a href="{{ site.baseurl }}/blog/page{{ paginator.previous_page }}/index.html" class="page-link" title="Previous Page">&laquo;</a>
            {% endif %}
        {% endif %}
        <div id="page-link-container"></div>
        {% if paginator.next_page %}
        <a href="{{ site.baseurl }}/blog/page{{ paginator.next_page }}/index.html" class="page-link">&raquo;</a>
        {% endif %}
    </div>
</nav>

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
jekyll-theme-h2o-ac-1.5.1 _includes/layouts/pageNav.html
jekyll-theme-h2o-ac-1.5.0 _includes/layouts/pageNav.html
jekyll-theme-h2o-ac-1.4.0 _includes/layouts/pageNav.html
jekyll-theme-h2o-ac-1.3.6 _includes/layouts/pageNav.html
jekyll-theme-h2o-ac-1.3.5 _includes/layouts/pageNav.html
jekyll-theme-h2o-ac-1.3.4 _includes/layouts/pageNav.html
jekyll-theme-h2o-ac-1.3.1 _includes/layouts/pageNav.html
jekyll-theme-h2o-ac-1.3.0 _includes/pageNav.html
jekyll-theme-h2o-ac-1.2.1 _includes/pageNav.html
jekyll-theme-h2o-ac-1.2.0 _includes/pageNav.html
jekyll-theme-h2o-ac-1.1.15 _includes/pageNav.html
jekyll-theme-h2o-ac-1.1.14 _includes/pageNav.html
jekyll-theme-h2o-ac-1.1.13 _includes/pageNav.html
jekyll-theme-h2o-ac-1.1.12 _includes/pageNav.html
jekyll-theme-h2o-ac-1.1.11 _includes/pageNav.html
jekyll-theme-h2o-ac-1.1.10 _includes/pageNav.html
jekyll-theme-h2o-ac-1.1.9 _includes/pageNav.html
jekyll-theme-h2o-ac-1.1.8 _includes/pageNav.html
jekyll-theme-h2o-ac-1.1.7 _includes/pageNav.html
jekyll-theme-h2o-ac-1.1.6 _includes/pageNav.html