forked from wtf-eg/handbuch-gen
feat: added initial version of png cover image to epub
This commit is contained in:
@ -19,7 +19,5 @@ Sample template for the html cover page.
|
||||
{%- block footer %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="epub-cover">
|
||||
<img src="{{ image }}" alt="Cover image" />
|
||||
</div>
|
||||
<div class="epub-cover" style="background-image: url('{{ image }}');"></div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user