Sha256: 55f9cf356d0f869bdf20b561f99bfe25202210ee207106a7a13451431ced8e17

Contents?: true

Size: 646 Bytes

Versions: 1

Compression:

Stored size: 646 Bytes

Contents

---
layout: default
---

<div class="post-meta">
  <time datetime="{{ post.date | date: '%Y-%m-%d' }}">{{ page.date | date: '%Y %b %-d %a' }}</time>
  <span>{%- include read-time.html -%}</span>
</div>
  
<article>
  <h1>{{ page.title }}</h1>
  {{ content }}
</article>

<div class="post-nav">
  {%- if page.previous.url -%} 
  <a href="{{ page.previous.url | prepend: site.baseurl }}" class="post-nav__prev" title="{{ page.previous.title }}">← Prev</a>
  {%- endif -%}
  {%- if page.next.url -%}  
  <a href="{{ page.next.url | prepend: site.baseurl }}" class="post-nav__next" title="{{ page.next.title }}">Next →</a>
  {%- endif -%} 
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
oinam-jekyll-1.0.0 _layouts/post.html