Sha256: 9f10c066299103155eb0305bfb45a3364d332e9be6019bbd37fa53f553b37847

Contents?: true

Size: 702 Bytes

Versions: 9

Compression:

Stored size: 702 Bytes

Contents

{%- assign theme = site.data.theme.UI -%}
<div class="post-links">
    <div class="bottompagination">
        <div class="pointerup"><i class="fa fa-caret-up"></i></div>
        <span class="navigation" role="navigation">
            <div class="pagination2">
                {% if page.previous.url %}
                <a class="ml-1 mr-1 pageUrl" style="color:  {{theme.color}}; href="{{page.previous.url}}">« Prev</a>
                {% endif %}

                {% if page.next.url %}
                <a class="ml-1 mr-1 pageUrl" style="color:  {{theme.color}}; href="{{page.next.url}}"> Next »</a>

                {% endif %}
            </div>
        </span>
    </div>
</div>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
blogging-site-theme-0.1.7 _includes/paginationPostPage.html
blogging-site-theme-0.1.6 _includes/paginationPostPage.html
blogging-site-theme-0.1.5 _includes/paginationPostPage.html
blogging-site-theme-0.1.4 _includes/paginationPostPage.html
blogging-site-theme-0.1.3 _includes/paginationPostPage.html
blogging-site-theme-0.1.2 _includes/paginationPostPage.html
blogging-site-theme-0.1.1 _includes/paginationPostPage.html
blogging-site-theme-0.1 _includes/paginationPostPage.html
best-blogging-theme-0.2.1 _includes/paginationPostPage.html