diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 19 |
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> |
