From 16655c00e0a84f6bfe58870c918fbfc016fe58ec Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 30 Jun 2025 15:35:25 +0200 Subject: Fix hugo layout in hugo > ~0.130.0 For some reason, newer hugo versions have trouble with .summary, and on some pages where .summary is not defined in the page header metadata, when rendering the page as a preview card, hugo swallows the card's closing tag. Such a weird bug, we now just work around it by explicitly setting the .summary meta on pages that cause this bug(?) to surface. --- content/blog/8seg/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/blog/8seg/index.rst') diff --git a/content/blog/8seg/index.rst b/content/blog/8seg/index.rst index c34a959..6b8d676 100644 --- a/content/blog/8seg/index.rst +++ b/content/blog/8seg/index.rst @@ -1,11 +1,11 @@ --- -title: "8seg" +title: "8seg Technical Overview" date: 2023-12-26T15:26:00+01:00 +summary: > + 8seg is a large-scale LED light art installation that displays text on a 1.5 meter high, 30 meter wide + 8-segment display made from cheap LED tape. --- -8seg Technical Overview -======================= - Prologue -------- -- cgit