Sha256: 236062033781a831c8cca5395248a17fd4745f6cf5f52237e481116ac8cbebe5

Contents?: true

Size: 953 Bytes

Versions: 1

Compression:

Stored size: 953 Bytes

Contents

---
layout: default
---
{% capture title %}
    {% case page.type %}
        {% when 'tag' or 'category' %}{{ page.type | capitalize }}: {{ page.title }}
        {% when 'year' %}Archives: {{ page.date | date: "%Y" }}
        {% when 'month' %}Archives: {{ page.date | date: "%B %Y" }}
        {% when 'day' %}Archvies: {{ page.date | date: "%d %b %Y" }}
    {% endcase %}
{% endcapture %}
            <article itemscope itemtype="//schema.org/Article" class="page">
                <header>
                    <h1 itemProp="headline">{{ title }}</h1>
                </header>
                
                <section class="post-content" itemProp="articleBody">
                    <ul id='archive'>
                    {% for post in page.posts %}
                        {% include archives.html %}  
                    {% endfor %}
                    </ul>
                </section><!-- .post-content -->
            </article><!-- .page -->

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-perry-0.1.0 _layouts/archive.html