Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n4igme authored Sep 17, 2024
1 parent 539e11b commit 39b303d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ title: Home

let allItems = [];
let currentPage = 1;
const itemsPerPage = 7;
const itemsPerPage = 5;

async function fetchRSSFeeds() {
const feeds = [
Expand Down Expand Up @@ -222,4 +222,4 @@ title: Home

fetchRSSFeeds();
});
</script>
</script>

0 comments on commit 39b303d

Please sign in to comment.