Skip to content

Commit

Permalink
Show entire post -- body + extended -- in feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 6, 2012
1 parent 02ac0b3 commit 531f9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhlyBlog/Compiler/Listener/AbstractList.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ protected function iterateAndGenerateFeed(
$entry->addAuthor($authorDetails);
$entry->setDateModified($post->getUpdated());
$entry->setDateCreated($post->getCreated());
$entry->setContent($post->getBody());
$entry->setContent($post->getBody() . $post->getExtended());

$feed->addEntry($entry);
}
Expand Down

0 comments on commit 531f9c3

Please sign in to comment.