diff --git a/content/index.erb b/content/index.erb index c91cf56..a252a32 100644 --- a/content/index.erb +++ b/content/index.erb @@ -6,7 +6,9 @@ is_hidden: true <script> jQuery(function($) { $("#rss-feeds").rss("https://www.centos.org/assets/planet.rss",{ - limit: 5, entryTemplate: '<li><a href="{url}">{date} : {title}</a><br/>{shortBodyPlain}</li>' }, + limit: 5, + ssl: true, + entryTemplate: '<li><a href="{url}">{date} : {title}</a><br/>{shortBodyPlain}</li>' }, ) }) </script>