From 4b9cddca7f0f75e321319c79e94b3af3ce37e5ef Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Apr 2023 16:18:01 -0300 Subject: v2: to collection feed inside --- v2/src/bin/feed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'v2/src/bin/feed') diff --git a/v2/src/bin/feed b/v2/src/bin/feed index f55ba89..4e0d2f5 100755 --- a/v2/src/bin/feed +++ b/v2/src/bin/feed @@ -76,7 +76,7 @@ eval "$(assert_arg "$FILENAME" 'FILENAME')" now="$(date -uIs)" url_absolute="$(url-for "${FILENAME#"$CONTENT_PREFIX"/}" | absolute)" site_name_html="$(htmlesc "${site_name:?}")" -collection="$(sh src/bin/collection-for "$FILENAME")" +collection="$(collection-for "$FILENAME")" coll_path="$(coll2path "${lang:?}" "$collection")" collection_url_absolute="$(url-for "${lang:?}/$coll_path" | absolute)" feed_title_html="$(eval "echo \"\$feed_${collection}_title\"" | htmlesc)" -- cgit v1.2.3