Sha256: e7a535fd636b9349cdbee26a10e6cf238049b747417a005ed5eb49989b68374a

Contents?: true

Size: 1.28 KB

Versions: 9

Compression:

Stored size: 1.28 KB

Contents

---
layout: default
---

<!-- Journals Layout -->

<div id="main" role="main">
    <div class="archive">
        {% unless page.header.overlay_color or page.header.overlay_image %}
        <h1 id="page-title" class="">{{ page.title }}</h1>
        {% endunless %}
        {{ content }}
    </div>

    <nav aria-label="Page navigation">
        <ul class="pagination pagination-lg justify-content-center">
            <li class="page-item">
                {% if page.previous %}
                    <a class="page-link" href="{{ page.previous.url | prepend: site.baseurl }}">
                        Previous: {{ page.previous.title }}
                    </a>
                {% else %}
                    <a class="page-link" href="#" aria-disabled="true">Previous</a>
                {% endif %}
            </li>
            <li class="page-item">
                {% if page.next %}
                    <a class="page-link" href="{{ page.next.url | prepend: site.baseurl }}">
                        Next: {{ page.next.title }}
                    </a>
                {% else %}
                    <a class="page-link" href="#" aria-disabled="true">Next</a>
                {% endif %}
            </li>
        </ul>
    </nav>
</div>

{% if page.comments %}
    {% include giscus.html %}
{% endif %}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-zer0-0.1.8 _layouts/journals.html
jekyll-theme-zer0-0.1.7 _layouts/journals.html
jekyll-theme-zer0-0.1.6 _layouts/journals.html
jekyll-theme-zer0-0.1.5 _layouts/journals.html
jekyll-theme-zer0-0.1.4 _layouts/journals.html
jekyll-theme-zer0-0.1.3 _layouts/journals.html
jekyll-theme-zer0-0.1.2 _layouts/journals.html
jekyll-theme-zer0-0.1.1 _layouts/journals.html
jekyll-theme-zer0-0.1.0 _layouts/journals.html