Browse Source

Fix #92

pull/96/head
Ned Zimmerman 7 years ago
parent
commit
176d4f58aa
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 2
      dist/mix-manifest.json
  2. 2
      dist/styles/aldine.css
  3. 4
      page-catalog.php

2
dist/mix-manifest.json vendored

@ -1,6 +1,6 @@
{
"/scripts/aldine.js": "/scripts/aldine.js?id=1f58027f7de9942caf57",
"/styles/aldine.css": "/styles/aldine.css?id=353a0343a75d18ceb724",
"/styles/aldine.css": "/styles/aldine.css?id=b2e80db5b9bb8aedc81e",
"/styles/editor.css": "/styles/editor.css?id=e96b3d10ea63fa07d09b",
"/scripts/customizer.js": "/scripts/customizer.js?id=1b0d3cfc1d85f460af53",
"/scripts/catalog-admin.js": "/scripts/catalog-admin.js?id=d25f1240496bd3607338"

2
dist/styles/aldine.css vendored

File diff suppressed because one or more lines are too long

4
page-catalog.php

@ -52,10 +52,10 @@ else :
<main id="main" class="site-main">
<article class="page">
<header class="entry-header">
<h1 class="entry-title"><?php _e( 'No Books Found', 'pressbooks' ); ?></h1>
<h1 class="entry-title"><?php _e( 'No Books Found', 'pressbooks-aldine' ); ?></h1>
</header>
<div class="entry-content" style="text-align:center;">
<p><?php _e( 'Your catalog is empty.', 'pressbooks' ); ?></p>
<p><?php _e( 'No books have been added to the catalog.', 'pressbooks-aldine' ); ?></p>
</div>
</article>
</main>

Loading…
Cancel
Save