Add missing USE date directive

Worked without it in local dev, but needed on hpr.horning.us
This commit is contained in:
Roan Horning 2022-10-08 12:35:56 -04:00
parent d8613143d3
commit b08f5c30df
Signed by untrusted user: rho_n
GPG Key ID: 234AEF20B72D5769

View File

@ -2,6 +2,7 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" >
<!--% PROCESS 'shared-utils.tpl.html' %-->
<!--% PROCESS 'shared-episode-summary.tpl.html' %-->
<!--% USE date %-->
<channel>
<title>Hacker Public Radio ~ Comment Feed</title>
<link><!--% baseurl %-->about.html</link>
@ -22,7 +23,7 @@
<width>144</width>
</image>
<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) %-->
<!--% FOREACH item IN DBI.query('
SELECT C.*,