mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Remove now-redundant PD placeholders code
This commit is contained in:
parent
ee14ff30ea
commit
bcba5c2192
6 changed files with 7 additions and 143 deletions
|
@ -108,8 +108,10 @@ ksort($ebooksWithDescriptions);
|
|||
<h1>Public Domain Day in Literature</h1>
|
||||
<p>Read <?= number_format(sizeof($identifiers)) ?> of the best books entering the public domain in 2025</p>
|
||||
</hgroup>
|
||||
<?= Template::DonationCounter() ?>
|
||||
<?= Template::DonationProgress() ?>
|
||||
<? if(false){ ?>
|
||||
<?= Template::DonationCounter() ?>
|
||||
<?= Template::DonationProgress() ?>
|
||||
<? } ?>
|
||||
<picture data-caption="The Reader. Harold Knight, circa 1910">
|
||||
<source srcset="/images/the-reader@2x.avif 2x, /images/the-reader.avif 1x" type="image/avif"/>
|
||||
<source srcset="/images/the-reader@2x.jpg 2x, /images/the-reader.jpg 1x" type="image/jpg"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue