mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 23:04:57 -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
|
@ -1,7 +1,7 @@
|
|||
<?= Template::Header(['title' => 'What makes Standard Ebooks different', 'highlight' => 'about', 'description' => 'How Standard Ebooks differs from other free ebook projects.']) ?>
|
||||
<?= Template::Header(['title' => 'What Makes Standard Ebooks Different', 'highlight' => 'about', 'description' => 'How Standard Ebooks differs from other free ebook projects.']) ?>
|
||||
<main>
|
||||
<article>
|
||||
<h1>What makes Standard Ebooks different</h1>
|
||||
<h1>What Makes Standard Ebooks Different</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<p><b>Design:</b> Consistent and clean cover art designs that make your ebook look good on the shelf, and attention to layout like section breaks, indentation, and chapter headings.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue