web/www/blog/index.php
2025-04-15 10:57:56 -05:00

39 lines
1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?= 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 Whartons 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">Joyces <i>Ulysses</i>, the <i>Rubáiyát</i>, and “Yes”</a>
</p>
</li>
</ul>
</section>
</main>
<?= Template::Footer() ?>