Sha256: b39336a86eab24d3c9a946b8777edf1b1cb3d16cde5dc1185771ab1eb56e0b19

Contents?: true

Size: 436 Bytes

Versions: 4

Compression:

Stored size: 436 Bytes

Contents

---
layout: default
---
<article>

  <header>
    <h1>{{ page.title | escape }}</h1>
    <p class="text-muted">
      <time datetime="{{ page.date | date_to_xmlschema }}">
        {%- assign date_format = "%b %-d, %Y" -%}
        {{ page.date | date: date_format }}
      </time>
      {%- if page.author -%}
        • {{ page.author }}
      {%- endif -%}
    </p>
  </header>

  <section>
    {{ content }}
  </section>

</article>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-portfolio-1.3.0 _layouts/post.html
jekyll-theme-portfolio-1.2.0 _layouts/post.html
jekyll-theme-portfolio-1.1.0 _layouts/post.html
jekyll-theme-portfolio-1.0.0 _layouts/post.html