fixing post index template

This commit is contained in:
2020-08-16 08:01:03 +00:00
parent 9b150028d2
commit 1311afad9b

View File

@@ -3,10 +3,12 @@
{% block content %}
<div class="grid-container">
<div class="grid-x">
<div class="medium-8 cell">
{% for post in posts %}
{% include 'posts/_posts_hero.html' %}
{% include 'posts/partials/_posts_hero.html' %}
{% endfor %}