mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Tweak wording in author feeds button
This commit is contained in:
parent
1cefb7a2a1
commit
58abfc50d7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ catch(Exceptions\InvalidAuthorException $ex){
|
||||||
<h1 class="is-collection">Ebooks by <?= $ebooks[0]->AuthorsHtml ?></h1>
|
<h1 class="is-collection">Ebooks by <?= $ebooks[0]->AuthorsHtml ?></h1>
|
||||||
<p class="ebooks-toolbar">
|
<p class="ebooks-toolbar">
|
||||||
<a class="button" href="<?= $authorUrl ?>/downloads">Download collection</a>
|
<a class="button" href="<?= $authorUrl ?>/downloads">Download collection</a>
|
||||||
<a class="button" href="<?= $authorUrl ?>/feeds">Author feeds</a>
|
<a class="button" href="<?= $authorUrl ?>/feeds">Feeds for this author</a>
|
||||||
</p>
|
</p>
|
||||||
<?= Template::EbookGrid(['ebooks' => $ebooks, 'view' => VIEW_GRID]) ?>
|
<?= Template::EbookGrid(['ebooks' => $ebooks, 'view' => VIEW_GRID]) ?>
|
||||||
<p class="feeds-alert">We also have <a href="/bulk-downloads">bulk ebook downloads</a> available, as well as <a href="/feeds">ebook catalog feeds</a> for use directly in your ereader app or RSS reader.</p>
|
<p class="feeds-alert">We also have <a href="/bulk-downloads">bulk ebook downloads</a> available, as well as <a href="/feeds">ebook catalog feeds</a> for use directly in your ereader app or RSS reader.</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue