web/www/blog/index.php

29 lines
709 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/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() ?>