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