mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Enable Hudson River Bracketed in blog post
This commit is contained in:
parent
bdeebc8291
commit
14cdd74585
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
<?
|
<?
|
||||||
// NOTE: Missing Hudson River Bracketed!
|
$ebookIds = [288, 485, 289, 908, 565, 2114];
|
||||||
$ebookIds = [288, 485, 289, 908, 565];
|
|
||||||
$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' => 'Joyce’s Ulysses, the Rubáiyát, and “Yes”', 'css' => ['/css/blog.css'], 'highlight' => '', 'description' => '']) ?>
|
<?= Template::Header(['title' => 'Joyce’s Ulysses, the Rubáiyát, and “Yes”', 'css' => ['/css/blog.css'], 'highlight' => '', 'description' => '']) ?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue