Sha256: be5e5f84639d3a16466cca490c3321668d8fe1342fe8e923b1c0c67b4133a6c6

Contents?: true

Size: 611 Bytes

Versions: 16

Compression:

Stored size: 611 Bytes

Contents

---
layout: default
---
            
        <article itemscope itemtype="//schema.org/Article" class="page">
            <header>
                <h1 itemProp="headline">{{ page.title }}</h1>
            </header>

            {{ content }}
            
        {% for post in site.posts reversed %}{% if post.series == page.series %}
            <article itemscope itemtype='//schema.org/BlogPosting' class='post summary{% if post.format %} format-{{ post.format }}{% endif %}'>
                {% include summary.html %}
            </article>{% endif %}
        {% endfor %}
        </article><!-- .page -->

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
jekyll-theme-perry-0.1.16 _layouts/series.html
jekyll-theme-perry-0.1.15 _layouts/series.html
jekyll-theme-perry-0.1.14 _layouts/series.html
jekyll-theme-perry-0.1.13 _layouts/series.html
jekyll-theme-perry-0.1.12 _layouts/series.html
jekyll-theme-perry-0.1.11 _layouts/series.html
jekyll-theme-perry-0.1.10 _layouts/series.html
jekyll-theme-perry-0.1.8 _layouts/series.html
jekyll-theme-perry-0.1.7 _layouts/series.html
jekyll-theme-perry-0.1.6 _layouts/series.html
jekyll-theme-perry-0.1.5 _layouts/series.html
jekyll-theme-perry-0.1.4 _layouts/series.html
jekyll-theme-perry-0.1.3 _layouts/series.html
jekyll-theme-perry-0.1.2 _layouts/series.html
jekyll-theme-perry-0.1.1 _layouts/series.html
jekyll-theme-perry-0.1.0 _layouts/series.html