From 3711d08f698ec65333799389c75271195b15e1ec Mon Sep 17 00:00:00 2001 From: Hamcha Date: Mon, 11 Sep 2023 19:24:57 +0200 Subject: [PATCH] fix index --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index fc31f9b..624ad48 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -84,6 +84,6 @@ {{ $name }} {{ end }}

- {{ partial "list-limited.html" "blog;posts" }} + {{ partial "list-limited.html" "posts;posts" }} {{ partial "list-limited.html" "pages;pages" }} {{ end }}