More universal macro for listing posts
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user