Sha256: 9f8bf69163caebf2284ffb8c2c9e4240c1caee763bf5586cb2beaa4315524310

Contents?: true

Size: 450 Bytes

Versions: 14

Compression:

Stored size: 450 Bytes

Contents

<div class="post-recent">
    <div class="pre">
        {% if page.previous %}
        <p><strong>上一篇</strong> <a href="{{ page.previous.url | prepend: site.baseurl }}">{{ page.previous.title }}</a></p>
        {% endif %}
    </div>
    <div class="nex">

        {% if page.next %}
        <p><strong>下一篇</strong> <a href="{{ page.next.url | prepend: site.baseurl }}">{{ page.next.title }}</a></p>
        {% endif %}
    </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
jekyll-theme-gaeblogx-1.0.8 _includes/previousAndNext.html
jekyll-theme-gaeblogx-1.0.7 _includes/previousAndNext.html
jekyll-theme-gaeblogx-1.0.6 _includes/previousAndNext.html
jekyll-theme-gaeblogx-1.0.5 _includes/previousAndNext.html
jekyll-theme-gaeblogx-1.0.4 _includes/previousAndNext.html
jekyll-theme-gaeblogx-1.0.3 _includes/previousAndNext.html
jekyll-theme-gaeblogx-1.0.2 _includes/previousAndNext.html
jekyll-theme-gaeblogx-1.0.1 _includes/previousAndNext.html
jekyll-theme-gaeblogx-0.2 _includes/previousAndNext.html
jekyll-theme-gaeblogx-0.1.5 _includes/previousAndNext.html
jekyll-theme-gaeblogx-0.1.4 _includes/previousAndNext.html
jekyll-theme-gaeblogx-0.1.3 _includes/previousAndNext.html
jekyll-theme-gaeblogx-0.1.1 _includes/previousAndNext.html
jekyll-theme-gaeblogx-0.1.0 _includes/previousAndNext.html