Fix EPUB.
This commit is contained in:
parent
64ff672300
commit
b07957d430
1 changed files with 19 additions and 0 deletions
19
templates/metadata.md
Normal file
19
templates/metadata.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
comment: This file exists to save the correct metadata to the generated `epub.md` file.
|
||||
---
|
||||
|
||||
---
|
||||
lang : $language$
|
||||
pagetitle : $pagetitle$
|
||||
title : $pagetitle$
|
||||
titlepage : true
|
||||
description : $description$
|
||||
author :
|
||||
$for(authors)$
|
||||
- $name$
|
||||
$endfor$
|
||||
date : $modified$
|
||||
rights : $rights$
|
||||
---
|
||||
|
||||
$body$
|
Loading…
Add table
Reference in a new issue