video: Fix typos.

This commit is contained in:
Brett Smith 2019-10-10 14:30:08 -04:00
parent 6afd723af9
commit 61020df0f2

View file

@ -7,12 +7,12 @@
{% block heading %}Videos{% endblock %}
{% block body_class %}videos{% endblock %}
{% block body_class %}video{% endblock %}
{% block content %}
{% markdown %}
{% include "static_pages/videos.md" %}
{% include "static_pages/video.md" %}
{% endmarkdown %}
{% endblock %}