diff --git a/assets/js/main.js b/assets/js/main.js index 9a7d7bd..719dc5c 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -27,37 +27,31 @@ jQuery(document).ready(function($) { /* jQuery RSS - https://github.com/sdepold/jquery-rss */ - $("#rss-feeds").rss( //Change this to your own rss feeds - "https://blog.yigitcolakoglu.com/rss.xml", + "https://fr1nge.xyz/index.xml", { // how many entries do you want? // default: 4 // valid values: any integer - limit: 3, + limit: 2, // the effect, which is used to let the entries appear // default: 'show' // valid values: 'show', 'slide', 'slideFast', 'slideSynced', 'slideFastSynced' - effect: 'slideFastSynced', - - // will request the API via https - // default: false - // valid values: false, true - ssl: true, + effect: 'slide', // outer template for the html transformation // default: "