blob: 2b83f8ac49a0a68c19d355db0f0b8f0afa6f7fb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
layout: default
---
<div id="content">
<div id="page">
<h1 class="emphnext">
<a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a>
<span class="post-date">{{ page.date | date_to_string }}<span>
</h1>
<article>
{{ content }}
</article>
<div id="pagination">
<a href="/">Home</a>
|
<a href="/archives.html">Archives</a>
</div>
</div>
</div>
|