Merge pull request #29 from TouchInstinct/fix/comment-header-fix

comment header fixed
This commit is contained in:
Elena Bobkova 2018-04-26 14:46:58 +03:00 committed by GitHub
commit 2e0d63d02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{%- if comment is not null -%}
<h2>Комментарий</h2>
<h3>Комментарий</h3>
<p class="sub-header">{{ comment }}</p>
{%- endif -%}