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
|
@ -8,10 +8,6 @@ layout: default
|
|||
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue