mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 22:30:30 -04:00
39 lines
1 KiB
PHP
39 lines
1 KiB
PHP
<?= Template::Header(title: 'Blog', description: 'The Standard Ebooks blog.') ?>
|
||
<main>
|
||
<section class="narrow">
|
||
<h1>Blog</h1>
|
||
<ul>
|
||
<li>
|
||
<p>
|
||
<a href="/blog/the-ugly-duckling-and-the-carmelite-in-middlemarch">The Ugly Duckling and the Carmelite in <i>Middlemarch</i></a>
|
||
</p>
|
||
</li>
|
||
<li>
|
||
<p>
|
||
<a href="/blog/of-human-bondage-spinoza-and-the-meaning-of-life"><i>Of Human Bondage</i>, Spinoza, and the Meaning of Life</a>
|
||
</p>
|
||
</li>
|
||
<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() ?>
|