-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
epub: fix logo not declared in the OPF manifest
We need to list all the resources included in the EPUB file in the OPF manifest, we missed doing that for the logo. Basically this PR should fix the following error found by `epubcheck`: ```json { "ID" : "RSC-008", "severity" : "ERROR", "message" : "Referenced resource \"OEBPS/assets/logo.png\" is not declared in the OPF manifest.", "locations" : [ { "path" : "OEBPS/title.xhtml", "line" : 21, "column" : 55 } ] } ``` I also some small refactor in this template.
- Loading branch information
Showing
1 changed file
with
13 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters