all repos — aaoth.xyz @ 2f8343bcfd2f0bf0e18bb9e27766871f147065e1

aaoth.xyz website

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
commit

2f8343bcfd2f0bf0e18bb9e27766871f147065e1

parent

5da5dce97712808a6a10dc59cc293ed4f3890378

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M bin/rssgbin/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>' }