diff options
| author | Franck Cuny <franck@lumberjaph.net> | 2012-11-26 21:43:31 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2012-11-26 21:43:46 -0800 |
| commit | 98a8e8dbe8fda8445af7e9adade3e221cc34eb98 (patch) | |
| tree | c78be6e4b4498092c172a37344b7363ddfd93e74 /_layouts/post.html | |
| parent | article about graphite (diff) | |
| download | lumberjaph-98a8e8dbe8fda8445af7e9adade3e221cc34eb98.tar.gz | |
New theme, inspired by http://skife.org/.
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 29 |
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> |
