Consistent includes

This commit is contained in:
Oliver Davies 2018-06-21 01:12:16 +01:00
parent f08bf1e056
commit 5b036deaaf
4 changed files with 12 additions and 12 deletions

View file

@ -53,7 +53,7 @@ use: [posts]
{% endfor %}
</ul>
{% include 'post-pager.html.twig' %}
{% include 'post-pager' %}
{% endblock %}
{% block scripts %}