Skip to content

Commit b573bfa

Browse files
committed
v1.1
Show full content instead of excerpt.
1 parent b80e5ec commit b573bfa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pico_rss/pico_rss.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @author Gilbert Pellegrom
77
* @link http://pico.dev7studios.com
88
* @license http://opensource.org/licenses/MIT
9-
* @version 1.0
9+
* @version 1.1
1010
*/
1111
class Pico_Rss {
1212

pico_rss/rss.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% if page.date %}
1010
<item>
1111
<title>{{ page.title }}</title>
12-
<description><![CDATA[{{ page.excerpt }}]]></description>
12+
<description><![CDATA[{{ page.content }}]]></description>
1313
<link>{{ page.url }}</link>
1414
<pubDate>{{ page.date|date("D, d M Y H:i:s O") }}</pubDate>
1515
<guid>{{ page.url }}</guid>

0 commit comments

Comments
 (0)