Skip to content

Commit

Permalink
Update feed.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gnacu committed Jan 30, 2017
1 parent e4401d4 commit ec5aed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feed.php
Expand Up @@ -9,7 +9,7 @@
$logoURL = "http://c64os.com/resources/logo-rss-c64os.png";
$logoWidth = "144";
$logoHeight = "48";
$author = "gregorynacu@me.com (Gregory Nacu)";
$author = "some@address.com (Gregory Nacu)";

$postsInfo = file_get_contents("posts/index.json");
$postsInfo = json_decode($postsInfo,true);
Expand Down

0 comments on commit ec5aed0

Please sign in to comment.