mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 06:10:36 -04:00
29 lines
709 B
PHP
29 lines
709 B
PHP
<?= Template::Header(title: 'Blog', description: 'The Standard Ebooks blog.') ?>
|
||
<main>
|
||
<section class="narrow">
|
||
<h1>Blog</h1>
|
||
<ul>
|
||
<li>
|
||
<p>
|
||
<a href="/blog/death-and-beauty-in-the-alps">Death and Beauty in the Alps</a>
|
||
</p>
|
||
</li>
|
||
<li>
|
||
<p>
|
||
<a href="/blog/edith-whartons-vision-of-literary-art">Edith Wharton’s Vision of Literary Art</a>
|
||
</p>
|
||
</li>
|
||
<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() ?>
|