Added an extra line
This commit is contained in:
parent
88dc527279
commit
b277c18ac7
|
@ -2,6 +2,7 @@
|
|||
|
||||
{% block content_wrapper %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
{% if page.slides_embed %}
|
||||
|
@ -9,4 +10,4 @@
|
|||
{{ page.slides_embed|raw }}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue