mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 06:10:36 -04:00
12 lines
307 B
PHP
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() ?>
|