1
0

Link to all posts at the end of index page

This commit is contained in:
Emil Miler 2021-12-30 11:03:24 +01:00
parent 75219e95b6
commit 6ffe23012e

View File

@ -33,6 +33,7 @@
<main>
{% block content %}
{{ macros::list_posts(section="posts", count=config.extra.latest_posts_count) }}
<a href="{{ get_url(path="/posts/") }}">All Posts &raquo;</a>
{% endblock %}
</main>
</div>