mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 14:20:29 -04:00
Fix title of blog post
This commit is contained in:
parent
c1e8e83cfb
commit
a15ae6f77e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
$ebookIds = [288, 485, 289, 908, 565, 2114];
|
||||
$carousel = Db::Query('SELECT * from Ebooks where EbookId in ' . Db::CreateSetSql($ebookIds), $ebookIds, Ebook::class);
|
||||
?>
|
||||
<?= Template::Header(['title' => 'Joyce’s Ulysses, the Rubáiyát, and “Yes”', 'css' => ['/css/blog.css'], 'highlight' => '', 'description' => '']) ?>
|
||||
<?= Template::Header(['title' => 'Edith Wharton’s Vision of Literary Art', 'css' => ['/css/blog.css'], 'highlight' => '', 'description' => '']) ?>
|
||||
<main>
|
||||
<section class="narrow blog">
|
||||
<nav class="breadcrumbs"><a href="/blog">Blog</a> →</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue