chore: add some headers
This commit is contained in:
parent
e58a220488
commit
490884ffca
5 changed files with 15 additions and 6 deletions
|
@ -42,5 +42,8 @@ schema: movie
|
|||
{{ movie.review | markdown }}
|
||||
<hr class="large-spacing" />
|
||||
{% endif %}
|
||||
{% if movie.description %}{{ movie.description | markdown }}{% endif %}
|
||||
{% if movie.description %}
|
||||
<h2>Overview</h2>
|
||||
{{ movie.description | markdown }}
|
||||
{% endif %}
|
||||
</article>
|
Reference in a new issue