aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2022-04-26 23:41:33 +0300
committerla-ninpre <leobrekalini@gmail.com>2022-04-26 23:41:33 +0300
commit2f8343bcfd2f0bf0e18bb9e27766871f147065e1 (patch)
treeab2a8fb043212441816d4a5178941f16bd14f9dd
parent5da5dce97712808a6a10dc59cc293ed4f3890378 (diff)
downloadaaoth.xyz-2f8343bcfd2f0bf0e18bb9e27766871f147065e1.tar.gz
aaoth.xyz-2f8343bcfd2f0bf0e18bb9e27766871f147065e1.zip
rssg: fix date variable
it seems that i forgot to specify it before
-rwxr-xr-xbin/rssg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rssg b/bin/rssg
index e150bea..b8dda3f 100755
--- a/bin/rssg
+++ b/bin/rssg
@@ -194,7 +194,7 @@ render_feed() {
<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>'
}