mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 18:42:00 -04:00
Fix missing Kindle cover thumbnail URL
This commit is contained in:
parent
62445437fc
commit
19dcf91049
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ catch(\Exception $ex){
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|
||||||
<? if($ebook->Azw3Url !== null){ ?>
|
<? if($ebook->Azw3Url !== null){ ?>
|
||||||
<li><p><span><a href="<?= $ebook->Azw3Url ?>" class="amazon">azw3</a></span> <span>—</span> <span>Amazon Kindle devices and apps.<? if(!empty($metadata['kindleCoverFilename'])){ ?> Also download the <a href="<?= $wwwUrl ?>/dist/<?= $metadata['kindleCoverFilename'] ?>">Kindle cover thumbnail</a> to see the cover in your Kindle’s library.<? } ?></span></p>
|
<li><p><span><a href="<?= $ebook->Azw3Url ?>" class="amazon">azw3</a></span> <span>—</span> <span>Amazon Kindle devices and apps.<? if($ebook->KindleCoverUrl !== null){ ?> Also download the <a href="<?= $ebook->KindleCoverUrl ?>">Kindle cover thumbnail</a> to see the cover in your Kindle’s library.<? } ?></span></p>
|
||||||
</li>
|
</li>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue