FB2 writer: put coverpage element between title and date...
...rather than in document-info element. Closes #4854.
This commit is contained in:
parent
a2c4261b32
commit
347242f530
1 changed files with 3 additions and 2 deletions
|
@ -135,8 +135,9 @@ description meta' = do
|
|||
Just (MetaString s) -> coverimage s
|
||||
_ -> return []
|
||||
return $ el "description"
|
||||
[ el "title-info" (genre : (as ++ bt ++ annotation ++ dd ++ lang))
|
||||
, el "document-info" (el "program-used" "pandoc" : coverpage)
|
||||
[ el "title-info" (genre :
|
||||
(as ++ bt ++ annotation ++ dd ++ coverpage ++ lang))
|
||||
, el "document-info" [el "program-used" "pandoc"]
|
||||
]
|
||||
|
||||
booktitle :: PandocMonad m => Meta -> FBM m [Content]
|
||||
|
|
Loading…
Add table
Reference in a new issue