Fix EPUB.

This commit is contained in:
Wen Kokke 2021-08-24 21:48:13 +01:00
parent 64ff672300
commit b07957d430
No known key found for this signature in database
GPG key ID: 7EB7DBBCEB539DB8

19
templates/metadata.md Normal file
View 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$