Removed post dates from indexes, now only at bottom of the post
This commit is contained in:
parent
be775473ae
commit
1f2db3b048
|
@ -6,14 +6,14 @@ layout: default
|
||||||
|
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
||||||
<div class="date">
|
|
||||||
{{ page.date | date: "%B %e, %Y" }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="entry">
|
<div class="entry">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="date">
|
||||||
|
Written on {{ page.date | date: "%B %e, %Y" }}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
{% include disqus.html disqus_identifier=page.disqus_identifier %}
|
{% include disqus.html disqus_identifier=page.disqus_identifier %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -8,10 +8,6 @@ layout: default
|
||||||
|
|
||||||
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
|
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
|
||||||
|
|
||||||
<div class="date">
|
|
||||||
{{ post.date | date: "%B %e, %Y" }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="entry">
|
<div class="entry">
|
||||||
{{ post.content | truncatewords:40}}
|
{{ post.content | truncatewords:40}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue