From 438cdd54e09cc136aaecdcbe91b5bd3530579e85 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Thu, 31 Oct 2024 12:28:19 +0100 Subject: [PATCH] fix list page: position of topic list --- layouts/_default/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index d9225cb..b15bfd4 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -19,8 +19,8 @@ + {{ partial "parent-topics.html" . }} - {{ partial "parent-topics.html" . }}
{{ $section := or .Section .Site.Params.homeSection "posts" }}