web/www/blog/index.php

14 lines
325 B
PHP

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