We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80e5ec commit b573bfaCopy full SHA for b573bfa
2 files changed
pico_rss/pico_rss.php
@@ -6,7 +6,7 @@
6
* @author Gilbert Pellegrom
7
* @link http://pico.dev7studios.com
8
* @license http://opensource.org/licenses/MIT
9
- * @version 1.0
+ * @version 1.1
10
*/
11
class Pico_Rss {
12
pico_rss/rss.html
@@ -9,7 +9,7 @@
{% if page.date %}
<item>
<title>{{ page.title }}</title>
- <description><![CDATA[{{ page.excerpt }}]]></description>
+ <description><![CDATA[{{ page.content }}]]></description>
13
<link>{{ page.url }}</link>
14
<pubDate>{{ page.date|date("D, d M Y H:i:s O") }}</pubDate>
15
<guid>{{ page.url }}</guid>
0 commit comments