Front-end: On book page, click on cover to show/add image

Closes #1009
This commit is contained in:
Joachim
2021-12-29 16:40:19 +01:00
parent 0c0bfc046d
commit f12ba8609f
5 changed files with 65 additions and 12 deletions

View File

@ -62,6 +62,9 @@
>
<figcaption class="cover-caption">
<p>{{ book.alt_text }}</p>
{% if text_append %}
<p>{{ text_append }}</p>
{% endif %}
</figcaption>
</figure>
{% endif %}