Skip to content

Commit 0910eec

Browse files
authored
Update posts.php
1 parent 4981ab8 commit 0910eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require_once __DIR__ . '/vendor/autoload.php';
55

66
// Load the RSS feed
7-
$feed = Feed::loadRss('https://sharpapi.com/feed')->toArray();
7+
$feed = Feed::loadAtom('https://sharpapi.com/feed')->toArray();
88

99
// Generate the list of blog posts
1010
$posts = '';

0 commit comments

Comments
 (0)