chore: cleanup
This commit is contained in:
parent
0fb0c9d65f
commit
26572cef9c
3 changed files with 8 additions and 5 deletions
|
@ -42,5 +42,5 @@ schema: movie
|
|||
{{ movie.review | markdown }}
|
||||
<hr class="large-spacing" />
|
||||
{% endif %}
|
||||
{% if movie.description %}<p><em>{{ movie.description }}</em></p>{% endif %}
|
||||
{% if movie.description %}<em>{{ movie.description }}</em>{% endif %}
|
||||
</article>
|
Reference in a new issue