Browse Source

now page ⏰

windhamdavid 7 months ago
parent
commit
35d0d2e4ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      inc/utils.php

+ 1 - 1
inc/utils.php

@@ -150,7 +150,7 @@ function now() {
 	foreach ($html->find('.markdown ul li') as $li) {
     if (!empty($html)) {
       echo $li;
-      if (++$i == 3) break;
+      if (++$i == 4) break;
     }
   }
 }