mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 04:16:38 -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
|
@ -32,7 +32,7 @@ if($exception){
|
|||
?><?= Template::Header(['title' => 'Log In', 'highlight' => '', 'description' => 'Log in to your Standard Ebooks Patrons Circle account.']) ?>
|
||||
<main>
|
||||
<section class="narrow">
|
||||
<h1>Log in</h1>
|
||||
<h1>Log In</h1>
|
||||
<?= Template::Error(['exception' => $exception]) ?>
|
||||
<? if(!$passwordRequired){ ?>
|
||||
<p>Enter your email address to log in to Standard Ebooks. Once you’re logged in, your Patrons Circle benefits (like <a href="/polls">voting in our occasional polls</a> and access to our <a href="/bulk-downloads">bulk ebook downloads</a> and <a href="/feeds">ebook feeds</a>) will be available to you.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue