Fixes #304. Fix bad horizontal template include (#305)

This commit is contained in:
nphair 2021-06-11 11:35:25 -04:00 committed by GitHub
parent 1318c805fe
commit 4465402a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ horizontal: false
<div class="container"> <div class="container">
<div class="row row-cols-2"> <div class="row row-cols-2">
{% for project in sorted_projects %} {% for project in sorted_projects %}
{% include projects_hrz.html %} {% include projects_horizontal.html %}
{% endfor %} {% endfor %}
</div> </div>
</div> </div>