video: Fix typos.
This commit is contained in:
parent
6afd723af9
commit
61020df0f2
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
||||||
|
|
||||||
{% block heading %}Videos{% endblock %}
|
{% block heading %}Videos{% endblock %}
|
||||||
|
|
||||||
{% block body_class %}videos{% endblock %}
|
{% block body_class %}video{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% markdown %}
|
{% markdown %}
|
||||||
|
|
||||||
{% include "static_pages/videos.md" %}
|
{% include "static_pages/video.md" %}
|
||||||
|
|
||||||
{% endmarkdown %}
|
{% endmarkdown %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue