summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorFranck Cuny <franck@lumberjaph.net>2013-07-24 15:10:54 -0700
committerFranck Cuny <franck@lumberjaph.net>2013-07-24 15:10:54 -0700
commit8fd9861ef2f90c218b265fd122ba65d64133ae43 (patch)
tree2a61574174009828bd8b78ba319d3707a2bf5eb9 /_layouts/post.html
parentSome small fixes (diff)
downloadlumberjaph-8fd9861ef2f90c218b265fd122ba65d64133ae43.tar.gz
attempt for a new design
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html19
1 files changed, 2 insertions, 17 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 2b83f8a..25c2ace 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,21 +2,6 @@
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>
+<h1><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></h1>
- <article>
- {{ content }}
- </article>
-
- <div id="pagination">
- <a href="/">Home</a>
- |
- <a href="/archives.html">Archives</a>
- </div>
- </div>
-</div>
+<article>{{ content }}</article>