2017-03-11 05:09:18 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
2017-03-12 10:44:45 +00:00
|
|
|
|
2017-03-15 04:27:59 +00:00
|
|
|
<div>
|
|
|
|
<div class="post">
|
|
|
|
<time class="post-time" datetime="{{ page.date }}">{{ page.date | date_to_string | upcase }}</time>
|
|
|
|
<h1 class="post-title">{{ page.title }}</h1>
|
2017-03-12 10:44:45 +00:00
|
|
|
|
2017-03-15 04:27:59 +00:00
|
|
|
{{ content }}
|
2017-03-12 10:44:45 +00:00
|
|
|
|
2017-03-15 04:27:59 +00:00
|
|
|
</div>
|
2017-03-12 10:44:45 +00:00
|
|
|
</div>
|
2017-03-15 03:58:11 +00:00
|
|
|
|
|
|
|
<div class="pagination">
|
|
|
|
{% if page.next.url %}
|
|
|
|
<a href="{{ page.next.url | prepend: site.url }}" class="left arrow">←</a>
|
|
|
|
{% endif %}
|
|
|
|
{% if page.previous.url %}
|
|
|
|
<a href="{{ page.previous.url | prepend: site.url }}" class="right arrow">→</a>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
<a href="{{ site.baseurl }}/" class="home">home</a>
|
|
|
|
</div>
|