Skip to content

Commit

Permalink
Move the permalink to the bottom.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejwriter committed Apr 25, 2010
1 parent b052084 commit e3edf74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _layouts/post.html
Expand Up @@ -2,11 +2,10 @@
layout: default
---
<div class="post">
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
<article class="post-body">
{{ content }}
</article>
<p class="signoff">
{{ post.location }} &mdash; {{ post.date | date: "%d %B, %Y" }}
<a href="{{page.url}}">#</a> {{ page.location }} &mdash; {{ page.date | date: "%d %B, %Y" }}
</p>
</div>

0 comments on commit e3edf74

Please sign in to comment.