Fix date on posts list
This commit is contained in:
@@ -40,6 +40,7 @@ foreach ($files as $file) {
|
||||
'title' => $title,
|
||||
'type' => $ext,
|
||||
'created' => $date ?: $created,
|
||||
'date' => date('F j, Y', $date ?: $created),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user