Fix title of blog post

This commit is contained in:
Weijia Cheng 2025-01-25 18:09:31 -05:00 committed by Alex Cabal
parent c1e8e83cfb
commit a15ae6f77e

View file

@ -2,7 +2,7 @@
$ebookIds = [288, 485, 289, 908, 565, 2114]; $ebookIds = [288, 485, 289, 908, 565, 2114];
$carousel = Db::Query('SELECT * from Ebooks where EbookId in ' . Db::CreateSetSql($ebookIds), $ebookIds, Ebook::class); $carousel = Db::Query('SELECT * from Ebooks where EbookId in ' . Db::CreateSetSql($ebookIds), $ebookIds, Ebook::class);
?> ?>
<?= Template::Header(['title' => 'Joyces Ulysses, the Rubáiyát, and “Yes”', 'css' => ['/css/blog.css'], 'highlight' => '', 'description' => '']) ?> <?= Template::Header(['title' => 'Edith Whartons Vision of Literary Art', 'css' => ['/css/blog.css'], 'highlight' => '', 'description' => '']) ?>
<main> <main>
<section class="narrow blog"> <section class="narrow blog">
<nav class="breadcrumbs"><a href="/blog">Blog</a> </nav> <nav class="breadcrumbs"><a href="/blog">Blog</a> </nav>