Hi all,

I would like add an image in the title page (highlight part) in the generated epub file. Something like this:

$if(titlepage)$
 
<h1 class="title">$title$</h1>
$for(author)$
  <h2 class="author">$author$</
h2>
$endfor$
$if
(date)$
 
<h3 class="date">$date$</h3>
$endif$
<div class="my-logo"><img src="mylogo.gif" /></div>

But couldn't figure how to refer to an image in the template since all images are renamed after processing by pandoc?

Thanks,
Feng

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msg/pandoc-discuss/-/rEn4d4qZaEgJ.
For more options, visit https://groups.google.com/groups/opt_out.