From 1a1f6cb08bc82c3c293dce42a73a43a5071b56f9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 27 Oct 2011 12:00:34 -0700 Subject: Added TOC identifier in EPUB page template. Closes #329. --- src/Text/Pandoc/Writers/EPUB.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Text/Pandoc/Writers') diff --git a/src/Text/Pandoc/Writers/EPUB.hs b/src/Text/Pandoc/Writers/EPUB.hs index 9fc393fed..eb915fef5 100644 --- a/src/Text/Pandoc/Writers/EPUB.hs +++ b/src/Text/Pandoc/Writers/EPUB.hs @@ -314,7 +314,9 @@ pageTemplate = unlines , "$else$" , "

$title$

" , "$if(toc)$" + , "
" , "$toc$" + , "
" , "$endif$" , "$endif$" , "$body$" -- cgit v1.2.3