mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Add projects index page, and more detail on placeholder pages
This commit is contained in:
parent
fe5bb8ed48
commit
c7a4e34e31
15 changed files with 211 additions and 59 deletions
|
@ -62,7 +62,7 @@ class Library{
|
|||
// Add a period to the abbreviated month, but not if it's May (the only 3-letter month)
|
||||
$obj->UpdatedString = preg_replace('/^(.+?)(?<!May) /', '\1. ', $obj->UpdatedString);
|
||||
if($obj->Updated->format('Y') != NOW->format('Y')){
|
||||
$obj->UpdatedString = $obj->Updated->format('M j, Y');
|
||||
$obj->UpdatedString = $obj->Updated->format(Enums\DateTimeFormat::ShortDate->value);
|
||||
}
|
||||
|
||||
// Sort the downloads by filename extension
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue