web/www/blog/index.php
2025-03-12 11:44:10 -05:00

34 lines
875 B
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/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() ?>