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