Skip to content

Commit

Permalink
Removed post dates from indexes, now only at bottom of the post
Browse files Browse the repository at this point in the history
  • Loading branch information
barryclark committed May 17, 2014
1 parent be77547 commit 1f2db3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<h1>{{ page.title }}</h1>

<div class="date">
{{ page.date | date: "%B %e, %Y" }}
</div>

<div class="entry">
{{ content }}
</div>

<div class="date">
Written on {{ page.date | date: "%B %e, %Y" }}
</div>

<div class="comments">
{% include disqus.html disqus_identifier=page.disqus_identifier %}
</div>
Expand Down
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>

<div class="date">
{{ post.date | date: "%B %e, %Y" }}
</div>

<div class="entry">
{{ post.content | truncatewords:40}}
</div>
Expand Down

0 comments on commit 1f2db3b

Please sign in to comment.