1
0

More universal macro for listing posts

This commit is contained in:
2021-12-04 18:20:01 +01:00
parent e20c485d03
commit 194fcc5b92
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
</aside>
<main>
{% block content %}
{{ macros::posts_latest(section="posts", count=config.extra.latest_posts_count) }}
{{ macros::list_posts(section="posts", count=config.extra.latest_posts_count) }}
{% endblock %}
</main>
</body>