Sha256: 0fbb58a466794a31a7133391c7c6dfdc7dbbdd6b2d4f40ae6b1c3c163c330d44

Contents?: true

Size: 633 Bytes

Versions: 18

Compression:

Stored size: 633 Bytes

Contents

<div id="post-nav">
    {% if page.next.url %}
    <div id="previous-post">
        <a alt="{{ page.next.title }}" href="{{ page.next.url | relative_url }}">
            <p>{{ site.data.language.str_previous_post | default: "Previous post" }}</p>
            {{ page.next.title }}
        </a>
    </div>
    {% endif %}

    {% if page.previous.url %}
    <div id="next-post">
        <a alt="{{ page.previous.title }}" href="{{ page.previous.url | relative_url }}">
            <p>{{ site.data.language.str_next_post | default: "Next post"}}</p>
            {{ page.previous.title }}
        </a>
    </div>
    {% endif %}
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
type-on-strap-2.3.9 _includes/blog/post_nav.html
type-on-strap-2.3.8 _includes/blog/post_nav.html
type-on-strap-2.3.7 _includes/blog/post_nav.html
type-on-strap-2.3.6 _includes/blog/post_nav.html
type-on-strap-2.3.5 _includes/blog/post_nav.html
type-on-strap-2.3.4 _includes/post_nav.html
type-on-strap-2.3.3 _includes/post_nav.html
type-on-strap-2.3.1 _includes/post_nav.html
type-on-strap-2.3.0 _includes/post_nav.html
type-on-strap-2.2.6 _includes/post_nav.html
type-on-strap-2.2.5 _includes/post_nav.html
type-on-strap-2.2.4 _includes/post_nav.html
type-on-strap-2.2.1 _includes/post_nav.html
type-on-strap-2.1.2 _includes/post_nav.html
type-on-strap-2.1.0 _includes/post_nav.html
type-on-strap-2.0.3 _includes/post_nav.html
type-on-strap-2.0.2 _includes/post_nav.html
type-on-strap-2.0.0 _includes/post_nav.html