2018-10-30 17:09:13 +00:00
|
|
|
---
|
|
|
|
layout: main
|
|
|
|
---
|
|
|
|
<article class="post">
|
|
|
|
|
|
|
|
<header class="post-header">
|
|
|
|
<h2 class="post-title">{{ page.title }}</h2>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="post-content">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</article>
|
2018-11-07 12:31:14 +00:00
|
|
|
<div class="box-arrows">
|
|
|
|
<a id="back" href="{{ site.baseurl }}/{{ page.previous-page }}" style="position:fixed;left: 0;"><img><span>Back</span></a>
|
|
|
|
<a id="next" href="{{ site.baseurl }}/{{ page.next-page }}" style="position:fixed;right: 0;"><span>Next</span><img></a>
|
|
|
|
</div>
|