rssg: fix date variable it seems that i forgot to specify it before
la-ninpre leobrekalini@gmail.com
Tue, 26 Apr 2022 23:41:33 +0300
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
bin/rssg
→
bin/rssg
@@ -194,7 +194,7 @@ <atom:link href="'"$url"'" rel="self" type="application/rss+xml" />
<title>'"$title"'</title> <description>'"$description"'</description> <link>'"$base_url"'/</link> -<lastBuildDate>'"$(date_rfc_822 date)"'</lastBuildDate> +<lastBuildDate>'"$(date_rfc_822 $date)"'</lastBuildDate> '"$(cat)"' </channel></rss>' }