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/kicad-mesh-plugin/index.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'content/blog/kicad-mesh-plugin') diff --git a/content/blog/kicad-mesh-plugin/index.rst b/content/blog/kicad-mesh-plugin/index.rst index 5ba576a..0969bf3 100644 --- a/content/blog/kicad-mesh-plugin/index.rst +++ b/content/blog/kicad-mesh-plugin/index.rst @@ -1,6 +1,10 @@ --- title: "Kicad Mesh Plugin" date: 2020-08-18T13:15:39+02:00 +summary: > + I wrote a little KiCad plugin that you can use to create security meshes, heaters and other things where you need + one or more traces cover the entire surface of a PCB. The plugin supports arbitrary PCB shapes, cutouts, and can + route around existing footprints and traces on the PCB. --- .. raw:: html -- cgit