From 6ffe23012ee7ba1400f297e52112e5fe75dab8c4 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 30 Dec 2021 11:03:24 +0100 Subject: [PATCH] Link to all posts at the end of index page --- templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/index.html b/templates/index.html index b58cb42..46c766b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -33,6 +33,7 @@
{% block content %} {{ macros::list_posts(section="posts", count=config.extra.latest_posts_count) }} + All Posts » {% endblock %}