Removed post dates from indexes, now only at bottom of the post
This commit is contained in:
parent
be775473ae
commit
1f2db3b048
2 changed files with 4 additions and 8 deletions
|
@ -6,14 +6,14 @@ layout: default
|
|||
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue