summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html29
1 files changed, 18 insertions, 11 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index c3db531..9a2f7d3 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,17 +1,24 @@
---
layout: default
---
-<div id="post">
- <h2 id="post_title">
- <span id="gplus"><g:plusone size="medium" annotation="none"></g:plusone></span><span id="actual_title"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></span>
- </h2>
-
- <span id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></span>
- <article>
- {{ content }}
- </article>
+<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>
- <hr />
- {% include disqus.html %}
+ <article>
+ {{ content }}
+ </article>
+
+ {% include disqus.html %}
+
+ <div id="pagination">
+ <a href="/">Home</a>
+ |
+ <a href="/archives.html">Archives</a>
+ </div>
+ </div>
</div>