From 6ff0ffb80b3f9ae4a29079437de63a5a2f10fe0e Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 29 Jun 2025 02:36:58 -0500 Subject: [PATCH] Fix section summary rendering (Hugo 0.146) Didn't notice this was broken because my public website doesn't use subsections at all. --- layouts/{section/summary.html => section.summary.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename layouts/{section/summary.html => section.summary.html} (100%) diff --git a/layouts/section/summary.html b/layouts/section.summary.html similarity index 100% rename from layouts/section/summary.html rename to layouts/section.summary.html