mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
19 lines
483 B
PHP
19 lines
483 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>
|
||
<li>
|
||
<p>
|
||
<a href="/blog/joyces-ulysses-the-rubaiyat-and-yes">Joyce’s <i>Ulysses</i>, the <i>Rubáiyát</i>, and “Yes”</a>
|
||
</p>
|
||
</li>
|
||
</ul>
|
||
</section>
|
||
</main>
|
||
<?= Template::Footer() ?>
|