From 4baf7b5c565d10262147ef599743ecfea7ef009f Mon Sep 17 00:00:00 2001 From: David Ahmadov Date: Mon, 27 Nov 2023 16:20:09 +0000 Subject: [PATCH] use .Site.Params.cveFeedBucket Signed-off-by: David Ahmadov --- layouts/shortcodes/cve-feed.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/layouts/shortcodes/cve-feed.html b/layouts/shortcodes/cve-feed.html index 8d5a869e6bfa2..0e74764143dde 100644 --- a/layouts/shortcodes/cve-feed.html +++ b/layouts/shortcodes/cve-feed.html @@ -3,7 +3,7 @@ {{ warnf "CVE feed shortcode. KEP-3203: CVE feed does not comply with JSON feed v1.1." }} {{ end }} - +
@@ -26,6 +26,7 @@ \ No newline at end of file +
{{ T "cve_table" }} {{ printf (T "cve_table_date_format_string") ($feed._kubernetes_io.updated_at | time.Format (T "cve_table_date_format")) }}