summaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: 9a2f7d36bd8d96dd58801266aa9ada61fc3025b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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>

    {% include disqus.html %}

    <div id="pagination">
      <a href="/">Home</a>
      |
      <a href="/archives.html">Archives</a>
    </div>
  </div>
</div>