Add blog post for Public Domain Day 2025

This commit is contained in:
Alex Cabal 2024-11-26 23:11:20 -06:00
parent 8908c0a268
commit b536ebdaee
8 changed files with 280 additions and 28 deletions

12
www/blog/index.php Normal file
View file

@ -0,0 +1,12 @@
<?= Template::Header(['title' => 'Blog', 'highlight' => '', 'description' => 'The Standard Ebooks blog.']) ?>
<main>
<section class="narrow">
<h1>Blog</h1>
<ul>
<li>
<a href="/blog/public-domain-day-2025">Public Domain Day 2025</a>
</li>
</ul>
</section>
</main>
<?= Template::Footer() ?>