mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 21:04:49 -04:00
Add blog post for Public Domain Day 2025
This commit is contained in:
parent
8908c0a268
commit
b536ebdaee
8 changed files with 280 additions and 28 deletions
|
@ -20,6 +20,12 @@ print("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n");
|
|||
<url>
|
||||
<loc><?= SITE_URL ?>/authors</loc>
|
||||
</url>
|
||||
<!-- <url>
|
||||
<loc><?= SITE_URL ?>/blog</loc>
|
||||
</url> -->
|
||||
<!-- <url>
|
||||
<loc><?= SITE_URL ?>/blog/public-domain-day-2025</loc>
|
||||
</url> -->
|
||||
<? foreach($authors as $author){ ?>
|
||||
<url>
|
||||
<loc><?= SITE_URL ?><?= $author->Url ?></loc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue