mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
Fix dates in Atom entries
This commit is contained in:
parent
2d108211e1
commit
664c51ea79
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ use function Safe\filesize;
|
|||
<uri><?= SITE_URL . Formatter::EscapeXml($entry->AuthorsUrl) ?></uri>
|
||||
</author>
|
||||
<? } ?>
|
||||
<published><?= $entry->Created->format(Enums\DateTimeFormat::Iso->value) ?></published>
|
||||
<updated><?= $entry->Updated->format(Enums\DateTimeFormat::Iso->value) ?></updated>
|
||||
<published><?= $entry->EbookCreated->format(Enums\DateTimeFormat::Iso->value) ?></published>
|
||||
<updated><?= $entry->EbookUpdated->format(Enums\DateTimeFormat::Iso->value) ?></updated>
|
||||
<rights>Public domain in the United States. Users located outside of the United States must check their local laws before using this ebook. Original content released to the public domain via the Creative Commons CC0 1.0 Universal Public Domain Dedication.</rights>
|
||||
<summary type="text"><?= Formatter::EscapeXml($entry->Description) ?></summary>
|
||||
<content type="html"><?= Formatter::EscapeXml($entry->LongDescription) ?></content>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue