Add debugging data

This commit is contained in:
Mohamad Damaj 2023-06-26 11:18:39 +03:00
parent 099ebc059f
commit 43955e58c8
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ usort($items, function($a, $b) {
// Loop through the sorted items and display them
foreach ($items as $item) {
// Debugging
echo $item->pubDate . ' => ' . strtotime($item->pubDate) . '<br>';
// Add a box around the article
echo '<div class="article-box">';