Sha256: b399765c347d6433b36f431f70a1bb135522042a634383123972f7b892764c4e

Contents?: true

Size: 866 Bytes

Versions: 1

Compression:

Stored size: 866 Bytes

Contents

---
layout: default
---

{%- assign date_format = site.date_format -%}

<section id="content">
    <header id="page-header">

        {%- if page.title -%}

        <h2 id="page-title">

            {{- page.title -}}

        </h2> <!-- #page-title -->

        {%- endif -%}

        {%- if page.subtitle -%}

        <p id="page-subtitle">

            {{- page.subtitle -}}

        </p> <!-- #page-subtitle -->

        {%- endif -%}

        {%- if page.author -%}

        <p id="page-author">

            {{- page.author -}}

        </p> <!-- #page-author -->

        {%- endif -%}

        {%- if page.date -%}

        <p id="page-date">

            {{- page.date | date: date_format -}}

        </p> <!-- #page-date -->

        {%- endif -%}

        {%- include series.html -%}

    </header> <!-- #page-header -->

    {{- content -}}

</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-simpleton-0.10.0 _layouts/post.html