web/www/blog/index.php
2024-11-26 23:14:26 -06:00

12 lines
307 B
PHP

<?= 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() ?>