author note

This commit is contained in:
mi
2025-11-06 21:42:20 +10:00
parent 36d50b82e9
commit 9dc9ec184e
3 changed files with 9 additions and 9 deletions

View File

@@ -35,10 +35,10 @@
</div>
</div>
{% if comic.transcript %}
{% if comic.author_note %}
<div class="comic-transcript">
<h3>Transcript</h3>
<p>{{ comic.transcript }}</p>
<h3>Author Note</h3>
<p>{{ comic.author_note }}</p>
</div>
{% endif %}
</div>