Only show post excerpts in the feed
This commit is contained in:
parent
11dc3fd64a
commit
087803ed20
2 changed files with 3 additions and 2 deletions
|
|
@ -18,8 +18,9 @@
|
|||
<h2><a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h2>
|
||||
<p class="small">
|
||||
{{ post.date | date: "%b %-d, %Y" }} by {{ post.author }}
|
||||
</span></p>
|
||||
</p>
|
||||
{{ post.excerpt }}
|
||||
<a href="{{ post.url | prepend: site.baseurl }}">Read on...</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue