forked from rho_n/hpr_generator
Add missing USE date directive
Worked without it in local dev, but needed on hpr.horning.us
This commit is contained in:
parent
d8613143d3
commit
b08f5c30df
@ -2,6 +2,7 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" >
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" >
|
||||||
<!--% PROCESS 'shared-utils.tpl.html' %-->
|
<!--% PROCESS 'shared-utils.tpl.html' %-->
|
||||||
<!--% PROCESS 'shared-episode-summary.tpl.html' %-->
|
<!--% PROCESS 'shared-episode-summary.tpl.html' %-->
|
||||||
|
<!--% USE date %-->
|
||||||
<channel>
|
<channel>
|
||||||
<title>Hacker Public Radio ~ Comment Feed</title>
|
<title>Hacker Public Radio ~ Comment Feed</title>
|
||||||
<link><!--% baseurl %-->about.html</link>
|
<link><!--% baseurl %-->about.html</link>
|
||||||
@ -22,7 +23,7 @@
|
|||||||
<width>144</width>
|
<width>144</width>
|
||||||
</image>
|
</image>
|
||||||
<atom:link href="<!--% baseurl %-->comments.rss" rel="self" type="application/rss+xml" />
|
<atom:link href="<!--% baseurl %-->comments.rss" rel="self" type="application/rss+xml" />
|
||||||
<pubDate><!--% format_feed_date(current_date) %--></pubDate>
|
<pubDate><!--% format_feed_date(date.now) %--></pubDate>
|
||||||
<!--% USE DBI(constants.driver, constants.user, constants.password) %-->
|
<!--% USE DBI(constants.driver, constants.user, constants.password) %-->
|
||||||
<!--% FOREACH item IN DBI.query('
|
<!--% FOREACH item IN DBI.query('
|
||||||
SELECT C.*,
|
SELECT C.*,
|
||||||
|
Loading…
Reference in New Issue
Block a user