fixing post index template
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user