theshell.ch/site/_layouts/page.html
britea 9cec456ce4 css-team: arrow-page layout
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@50 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-07 12:31:14 +00:00

19 lines
483 B
HTML

---
layout: main
---
<article class="post">
<header class="post-header">
<h2 class="post-title">{{ page.title }}</h2>
</header>
<div class="post-content">
{{ content }}
</div>
</article>
<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>