mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 12:26:39 -04:00
Make titlecasing in <h1> and page titles consistent
This commit is contained in:
parent
e8f958558a
commit
77ce4cc6b4
18 changed files with 44 additions and 36 deletions
|
@ -61,9 +61,9 @@ try{
|
|||
catch(Exceptions\InvalidFileException | Exceptions\EbookNotFoundException){
|
||||
Template::Emit404();
|
||||
}
|
||||
?><?= Template::Header(['downloadUrl' => $downloadUrl]) ?>
|
||||
?><?= Template::Header(['title' => 'Your Download Has Started!', 'downloadUrl' => $downloadUrl]) ?>
|
||||
<main class="donate">
|
||||
<h1>Your download has started!</h1>
|
||||
<h1>Your Download Has Started!</h1>
|
||||
<div class="thank-you-container">
|
||||
<picture>
|
||||
<? if($ebook->CoverImage2xAvifUrl !== null){ ?><source srcset="<?= $ebook->CoverImage2xAvifUrl ?> 2x, <?= $ebook->CoverImageAvifUrl ?> 1x" type="image/avif"/><? } ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue